sergiopaniego HF Staff commited on
Commit
23f41ed
·
verified ·
1 Parent(s): ba9ddce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
12
  libglib2.0-0 \
13
  && rm -rf /var/lib/apt/lists/*
14
 
 
 
15
  # Install TextArena and supporting Python packages
16
  RUN pip install --no-cache-dir \
17
  textarena==0.6.1 \
 
12
  libglib2.0-0 \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
+ RUN pip install --upgrade pip setuptools wheel
16
+
17
  # Install TextArena and supporting Python packages
18
  RUN pip install --no-cache-dir \
19
  textarena==0.6.1 \