WaiYanLinn commited on
Commit
ac4e81f
1 Parent(s): 92bcf37
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ FROM python:3.11.4
4
  # Set the working directory in the container
5
  WORKDIR /code
6
 
7
- # RUN apt-get update && \
8
- # apt-get install -y libgl1-mesa-glx
9
 
10
  ENV TF_ENABLE_ONEDNN_OPTS=0
11
 
 
4
  # Set the working directory in the container
5
  WORKDIR /code
6
 
7
+ RUN apt-get update && \
8
+ apt-get install -y libgl1-mesa-glx
9
 
10
  ENV TF_ENABLE_ONEDNN_OPTS=0
11