Upload folder using huggingface_hub
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
FROM python:3.
|
|
|
|
|
2 |
|
3 |
# Set the working directory inside the container
|
4 |
WORKDIR /app
|
|
|
1 |
+
FROM python:3.9-slim
|
2 |
+
# FROM python:3.13-slim
|
3 |
+
|
4 |
|
5 |
# Set the working directory inside the container
|
6 |
WORKDIR /app
|