Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,6 +21,6 @@ RUN chmod -R a+xrw .
|
|
21 |
CMD ["wget", "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh", ">", "./Miniconda3.sh"]
|
22 |
CMD ["./Miniconda3.sh", "-b"]
|
23 |
CMD ["source", "/home/miniconda3/bin/activate"]
|
24 |
-
CMD ["conda", "env", "create", "-f", "
|
25 |
|
26 |
CMD ["./start.sh"]
|
|
|
21 |
CMD ["wget", "https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh", ">", "./Miniconda3.sh"]
|
22 |
CMD ["./Miniconda3.sh", "-b"]
|
23 |
CMD ["source", "/home/miniconda3/bin/activate"]
|
24 |
+
CMD ["conda", "env", "create", "-f", "./env.yml"]
|
25 |
|
26 |
CMD ["./start.sh"]
|