Neurolingua commited on
Commit
b98d409
1 Parent(s): f618b3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9-slim
2
 
3
- # Install necessary system dependencies
4
  RUN apt-get update && apt-get install -y \
5
  libgl1-mesa-glx \
6
  libglib2.0-0 \
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
8
  unzip \
9
  curl \
10
  ca-certificates \
 
11
  fonts-liberation \
12
  libnss3 \
13
  libxss1 \
 
1
  FROM python:3.9-slim
2
 
3
+ # Install necessary system dependencies and gnupg
4
  RUN apt-get update && apt-get install -y \
5
  libgl1-mesa-glx \
6
  libglib2.0-0 \
 
8
  unzip \
9
  curl \
10
  ca-certificates \
11
+ gnupg \
12
  fonts-liberation \
13
  libnss3 \
14
  libxss1 \