Commit
·
66aa609
1
Parent(s):
2a07297
add env
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -51,6 +51,10 @@ ENV HOME=/home/user \
|
|
51 |
# RUN source /code/miniconda/bin/activate
|
52 |
RUN conda init
|
53 |
|
|
|
|
|
|
|
|
|
54 |
RUN pip3 install setuptools-rust
|
55 |
|
56 |
RUN conda install pillow -y
|
|
|
51 |
# RUN source /code/miniconda/bin/activate
|
52 |
RUN conda init
|
53 |
|
54 |
+
RUN conda create -n demo-env python=3.8
|
55 |
+
|
56 |
+
RUN conda activate demo-en
|
57 |
+
|
58 |
RUN pip3 install setuptools-rust
|
59 |
|
60 |
RUN conda install pillow -y
|