Spaces:
Runtime error
Runtime error
desco
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -4,9 +4,9 @@ from pytorch/pytorch:1.10.0-cuda11.3-cudnn8-devel
|
|
| 4 |
#FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
|
| 5 |
|
| 6 |
|
| 7 |
-
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
| 8 |
#RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 9 |
-
|
| 10 |
|
| 11 |
WORKDIR /code
|
| 12 |
|
|
|
|
| 4 |
#FROM pengchuanzhang/maskrcnn:ubuntu18-py3.7-cuda10.2-pytorch1.9
|
| 5 |
|
| 6 |
|
| 7 |
+
#RUN apt-get install ffmpeg libsm6 libxext6 -y
|
| 8 |
#RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
| 9 |
+
RUN apt-get update && apt-get install libgl1
|
| 10 |
|
| 11 |
WORKDIR /code
|
| 12 |
|