Leon Sick
commited on
Commit
•
271aa0e
1
Parent(s):
0a5b105
update space
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -37,7 +37,8 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
37 |
pyenv rehash && \
|
38 |
pip install --no-cache-dir -U pip setuptools wheel
|
39 |
|
40 |
-
RUN pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1
|
|
|
41 |
RUN pip install --no-cache-dir \
|
42 |
git+https://github.com/facebookresearch/detectron2.git@58e472e \
|
43 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|
|
|
37 |
pyenv rehash && \
|
38 |
pip install --no-cache-dir -U pip setuptools wheel
|
39 |
|
40 |
+
#RUN pip install --no-cache-dir -U torch==1.13.1 torchvision==0.14.1
|
41 |
+
RUN pip install --no-cache-dir -U torch==1.8.1 torchvision==0.9.1
|
42 |
RUN pip install --no-cache-dir \
|
43 |
git+https://github.com/facebookresearch/detectron2.git@58e472e \
|
44 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|