Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,7 @@ COPY ./run.py /code/run.py
|
|
| 29 |
COPY ./config.py /code/config.py
|
| 30 |
COPY ./precomputed /code/precomputed
|
| 31 |
COPY ./recipe_dataset.csv /code/recipe_dataset.csv
|
|
|
|
| 32 |
|
| 33 |
# Clean up cache
|
| 34 |
RUN find /code -type d -name "__pycache__" -exec rm -r {} + 2>/dev/null || true
|
|
|
|
| 29 |
COPY ./config.py /code/config.py
|
| 30 |
COPY ./precomputed /code/precomputed
|
| 31 |
COPY ./recipe_dataset.csv /code/recipe_dataset.csv
|
| 32 |
+
COPY ./form_data.json /code/form_data.json
|
| 33 |
|
| 34 |
# Clean up cache
|
| 35 |
RUN find /code -type d -name "__pycache__" -exec rm -r {} + 2>/dev/null || true
|