Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ WORKDIR /app
|
|
| 5 |
|
| 6 |
# Copy requirements and app code from build context
|
| 7 |
# We copy requirements first to leverage layer caching
|
| 8 |
-
COPY ..
|
| 9 |
|
| 10 |
# Upgrade pip and install dependencies
|
| 11 |
RUN pip install --upgrade pip
|
|
|
|
| 5 |
|
| 6 |
# Copy requirements and app code from build context
|
| 7 |
# We copy requirements first to leverage layer caching
|
| 8 |
+
COPY . .
|
| 9 |
|
| 10 |
# Upgrade pip and install dependencies
|
| 11 |
RUN pip install --upgrade pip
|