WebashalarForML commited on
Commit
b8805b9
1 Parent(s): 37685b8

Update Dockerfile

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