Carlos Gomes
commited on
Commit
•
377f1be
1
Parent(s):
7225b33
fix setuptools version
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ ENV HOME=/home/user \
|
|
34 |
RUN pip install setuptools-rust
|
35 |
RUN pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
|
36 |
RUN pip install gradio scikit-image pillow openmim
|
37 |
-
RUN pip install --upgrade setuptools
|
38 |
|
39 |
WORKDIR /home/user
|
40 |
|
|
|
34 |
RUN pip install setuptools-rust
|
35 |
RUN pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
|
36 |
RUN pip install gradio scikit-image pillow openmim
|
37 |
+
RUN pip install --upgrade setuptools==69.5.1
|
38 |
|
39 |
WORKDIR /home/user
|
40 |
|