Spaces:
Build error
Build error
tesalonikahtp commited on
Commit ·
c68a5f0
1
Parent(s): af4d3c9
fix dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,6 @@ WORKDIR /home/user/app
|
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 6 |
wget gnupg ca-certificates \
|
| 7 |
-
libgl1-mesa-glx \
|
| 8 |
-
libglib2.0-0 \
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 6 |
wget gnupg ca-certificates \
|
|
|
|
|
|
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
|
| 9 |
RUN pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
|