This website requires JavaScript.
Explore
Help
Register
Sign In
kubeflow
/
examples
mirror of
https://github.com/kubeflow/examples.git
Watch
1
Star
0
Fork
You've already forked examples
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
21506ffc51
examples
/
code_search
/
indexing_server
/
Dockerfile
10 lines
80 B
Docker
Raw
Blame
History
FROM
python:3.6
ADD
. /app
WORKDIR
/app
RUN
pip install .
ENTRYPOINT
[
"sh"
]
Reference in New Issue
View Git Blame
Copy Permalink