Commit ·
7326c71
1
Parent(s): 7982e5c
change to Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY . /app
|
|
| 10 |
# Install system dependencies for PIL and PyTorch
|
| 11 |
RUN apt-get update && apt-get install -y \
|
| 12 |
gcc \
|
| 13 |
-
libgl1
|
| 14 |
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
|
| 16 |
# Upgrade pip and install python dependencies
|
|
|
|
| 10 |
# Install system dependencies for PIL and PyTorch
|
| 11 |
RUN apt-get update && apt-get install -y \
|
| 12 |
gcc \
|
| 13 |
+
libgl1 \
|
| 14 |
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
|
| 16 |
# Upgrade pip and install python dependencies
|