Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ WORKDIR /app
|
|
| 19 |
COPY requirements.txt .
|
| 20 |
COPY src/ ./src/
|
| 21 |
COPY *.py ./
|
| 22 |
-
COPY execute.sh ./execute.sh
|
| 23 |
|
| 24 |
# Install Python dependencies
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 19 |
COPY requirements.txt .
|
| 20 |
COPY src/ ./src/
|
| 21 |
COPY *.py ./
|
| 22 |
+
COPY execute.sh ./execute.sh
|
| 23 |
|
| 24 |
# Install Python dependencies
|
| 25 |
RUN pip install --no-cache-dir -r requirements.txt
|