Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM python:3.9-slim
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
| 7 |
-
COPY deployment_files/ .
|
| 8 |
|
| 9 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
# Copy all files from the current directory to the container's working directory
|
| 7 |
+
COPY /content/drive/MyDrive/AIML/Projects/Model_Deployment/deployment_files/ .
|
| 8 |
|
| 9 |
# Install dependencies from the requirements file without using cache to reduce image size
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|