Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -6,7 +6,6 @@ WORKDIR /app
|
|
6 |
# Copy requirements file
|
7 |
COPY requirements.txt
|
8 |
|
9 |
-
COPY . .
|
10 |
|
11 |
# Install Python dependencies
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
6 |
# Copy requirements file
|
7 |
COPY requirements.txt
|
8 |
|
|
|
9 |
|
10 |
# Install Python dependencies
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|