JulianPhillips commited on
Commit
c638cd1
·
verified ·
1 Parent(s): e9fbc1c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  libsm6 \
14
  libxext6 \
15
  libxrender-dev \
 
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
  # Install Python packages including Hugging Face Transformers, TorchScript, Flask, TensorFlow, TensorFlow Hub, and OpenCV
 
13
  libsm6 \
14
  libxext6 \
15
  libxrender-dev \
16
+ libgl1-mesa-glx \
17
  && rm -rf /var/lib/apt/lists/*
18
 
19
  # Install Python packages including Hugging Face Transformers, TorchScript, Flask, TensorFlow, TensorFlow Hub, and OpenCV