Rami commited on
Commit
c03b486
1 Parent(s): a182bc0

add zeno in docker

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -1
  2. __pycache__/zeno_ml.cpython-38.pyc +0 -0
Dockerfile CHANGED
@@ -15,4 +15,6 @@ RUN chown user:user -R $HOME/app
15
 
16
  COPY ./requirements.txt /code/requirements.txt
17
 
18
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
 
 
15
 
16
  COPY ./requirements.txt /code/requirements.txt
17
 
18
+ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
+
20
+ CMD ["zeno", "config.toml"]
__pycache__/zeno_ml.cpython-38.pyc CHANGED
Binary files a/__pycache__/zeno_ml.cpython-38.pyc and b/__pycache__/zeno_ml.cpython-38.pyc differ