dkdaniz commited on
Commit
e69b507
1 Parent(s): 8b4dc3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN apt-get update && apt-get upgrade -y \
12
 
13
  RUN apt-get update && apt-get install -y software-properties-common
14
  RUN apt-get install -y g++-11
15
- RUN apt-get install -y libpq
16
 
17
  ENV TRANSFORMERS_CACHE=/root/.cache
18
 
 
12
 
13
  RUN apt-get update && apt-get install -y software-properties-common
14
  RUN apt-get install -y g++-11
 
15
 
16
  ENV TRANSFORMERS_CACHE=/root/.cache
17