Paolo-Fraccaro
commited on
Commit
·
1325cd5
1
Parent(s):
ef216a2
add
Browse files- Dockerfile +6 -1
Dockerfile
CHANGED
@@ -58,7 +58,12 @@ RUN conda install pillow -y
|
|
58 |
RUN conda install -c pytorch pytorch==1.7.1 torchvision==0.8.2
|
59 |
# RUN pip install torchvision-cpu==0.8.2
|
60 |
|
61 |
-
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
RUN conda install -c conda-forge gradio -y
|
64 |
|
|
|
58 |
RUN conda install -c pytorch pytorch==1.7.1 torchvision==0.8.2
|
59 |
# RUN pip install torchvision-cpu==0.8.2
|
60 |
|
61 |
+
# WORKDIR /home/user
|
62 |
+
|
63 |
+
# RUN git clone https://github.com/open-mmlab/mim.git
|
64 |
+
|
65 |
+
RUN pip3 install openmim
|
66 |
+
|
67 |
|
68 |
RUN conda install -c conda-forge gradio -y
|
69 |
|