Upload folder using huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
|
| 2 |
FROM python:3.9-slim
|
| 3 |
-
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
|
|
|
| 1 |
+
#
|
| 2 |
FROM python:3.9-slim
|
| 3 |
+
#
|
| 4 |
# Set the working directory inside the container
|
| 5 |
WORKDIR /app
|
| 6 |
# Copy all files from the current directory to the container's working directory
|