Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -42,11 +42,12 @@ WORKDIR /app
|
|
| 42 |
|
| 43 |
# Install system dependencies, including libgomp
|
| 44 |
RUN apt-get update && apt-get install -y \
|
| 45 |
-
libgl1
|
| 46 |
libgomp1 \
|
| 47 |
libglib2.0-0 \
|
| 48 |
&& rm -rf /var/lib/apt/lists/*
|
| 49 |
|
|
|
|
| 50 |
# Set environment variables for Matplotlib and Hugging Face cache directories
|
| 51 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 52 |
ENV TRANSFORMERS_CACHE=/tmp/transformers_cache
|
|
|
|
| 42 |
|
| 43 |
# Install system dependencies, including libgomp
|
| 44 |
RUN apt-get update && apt-get install -y \
|
| 45 |
+
libgl1 \
|
| 46 |
libgomp1 \
|
| 47 |
libglib2.0-0 \
|
| 48 |
&& rm -rf /var/lib/apt/lists/*
|
| 49 |
|
| 50 |
+
|
| 51 |
# Set environment variables for Matplotlib and Hugging Face cache directories
|
| 52 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 53 |
ENV TRANSFORMERS_CACHE=/tmp/transformers_cache
|