Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ ENV HF_HOME="/home/user/.cache/huggingface"
|
|
| 13 |
# Set the working directory
|
| 14 |
WORKDIR /app
|
| 15 |
|
| 16 |
-
Install system dependencies, including libgomp
|
| 17 |
RUN apt-get update && apt-get install -y \
|
| 18 |
libgl1-mesa-glx \
|
| 19 |
libgomp1 \
|
|
|
|
| 13 |
# Set the working directory
|
| 14 |
WORKDIR /app
|
| 15 |
|
| 16 |
+
# Install system dependencies, including libgomp
|
| 17 |
RUN apt-get update && apt-get install -y \
|
| 18 |
libgl1-mesa-glx \
|
| 19 |
libgomp1 \
|