Spaces:
Sleeping
Sleeping
pililover
commited on
Commit
·
55531a3
1
Parent(s):
7a16857
version
Browse files- Dockerfile +1 -2
- requirements.txt +0 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
-
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 1 |
+
FROM python:3.11-slim
|
|
|
|
| 2 |
WORKDIR /app
|
| 3 |
|
| 4 |
RUN apt-get update && apt-get install -y \
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|