Spaces:
Running
Running
Gaurav vashistha commited on
Commit ·
06e46fc
1
Parent(s): c7dc4b9
Chore: Upgrade Docker container to Python 3.11-slim
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
WORKDIR /code
|
| 3 |
COPY ./requirements.txt /code/requirements.txt
|
| 4 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
| 2 |
WORKDIR /code
|
| 3 |
COPY ./requirements.txt /code/requirements.txt
|
| 4 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|