Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 \
|