Spaces:
Runtime error
Runtime error
namberino commited on
Commit Β·
569e6ec
1
Parent(s): a1c30e1
Add src
Browse files- Dockerfile +1 -1
- app.py β src/app.py +0 -0
- generator.py β src/generator.py +0 -0
- utils.py β src/utils.py +0 -0
Dockerfile
CHANGED
|
@@ -25,7 +25,7 @@ RUN pip install --upgrade pip
|
|
| 25 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 26 |
|
| 27 |
# copy app code
|
| 28 |
-
COPY
|
| 29 |
|
| 30 |
EXPOSE 7860
|
| 31 |
|
|
|
|
| 25 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 26 |
|
| 27 |
# copy app code
|
| 28 |
+
COPY src /app
|
| 29 |
|
| 30 |
EXPOSE 7860
|
| 31 |
|
app.py β src/app.py
RENAMED
|
File without changes
|
generator.py β src/generator.py
RENAMED
|
File without changes
|
utils.py β src/utils.py
RENAMED
|
File without changes
|