Leon Sick
commited on
Commit
•
cc5418d
1
Parent(s):
271aa0e
update space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
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
|
44 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|
45 |
git+https://github.com/mcordts/cityscapesScripts.git@8da5dd0
|
46 |
RUN pip install --no-cache-dir -U \
|
|
|
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 \
|
44 |
git+https://github.com/cocodataset/panopticapi.git@7bb4655 \
|
45 |
git+https://github.com/mcordts/cityscapesScripts.git@8da5dd0
|
46 |
RUN pip install --no-cache-dir -U \
|