Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y git
|
|
| 11 |
RUN git clone https://github.com/UrloMythus/MammaMia.git .
|
| 12 |
|
| 13 |
# Copy the local config.json file to the container
|
| 14 |
-
COPY config.json /app/config.json
|
| 15 |
|
| 16 |
# Install any needed packages specified in requirements.txt
|
| 17 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 11 |
RUN git clone https://github.com/UrloMythus/MammaMia.git .
|
| 12 |
|
| 13 |
# Copy the local config.json file to the container
|
|
|
|
| 14 |
|
| 15 |
# Install any needed packages specified in requirements.txt
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|