Commit
·
2a59290
1
Parent(s):
3876c04
try to install individually
Browse files- Dockerfile +1 -0
- requirements.txt +0 -1
Dockerfile
CHANGED
@@ -42,6 +42,7 @@ ENV HOME=/home/user \
|
|
42 |
|
43 |
# RUN conda install python=3.9
|
44 |
|
|
|
45 |
|
46 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
47 |
|
|
|
42 |
|
43 |
# RUN conda install python=3.9
|
44 |
|
45 |
+
RUN pip3 install setuptools-rust
|
46 |
|
47 |
RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
|
48 |
|
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
setuptools-rust
|
2 |
torch==1.7.1
|
3 |
torchvision==0.8.2
|
4 |
openmim
|
|
|
|
|
1 |
torch==1.7.1
|
2 |
torchvision==0.8.2
|
3 |
openmim
|