Spaces:
Sleeping
Sleeping
add zeno in docker
Browse files- Dockerfile +3 -1
- __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
|
|
|