WebashalarForML commited on
Commit
65964be
·
verified ·
1 Parent(s): 10b56d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-mesa-glx \
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