Leon Sick
commited on
Commit
•
12d9900
1
Parent(s):
348265b
update space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
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==2.0.1 torchvision==0.
|
42 |
RUN pip install --no-cache-dir \
|
43 |
git+https://github.com/facebookresearch/detectron2.git \
|
44 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|
|
|
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==2.0.1 torchvision==0.12.0
|
42 |
RUN pip install --no-cache-dir \
|
43 |
git+https://github.com/facebookresearch/detectron2.git \
|
44 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|