Spaces:
Running
Running
copy train_engine.py into Docker image
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -86,6 +86,7 @@ RUN python3 -c "from huggingface_hub import snapshot_download; \
|
|
| 86 |
|
| 87 |
# Copy application files
|
| 88 |
COPY app.py /app/app.py
|
|
|
|
| 89 |
COPY start.sh /app/start.sh
|
| 90 |
RUN chmod +x /app/start.sh
|
| 91 |
|
|
|
|
| 86 |
|
| 87 |
# Copy application files
|
| 88 |
COPY app.py /app/app.py
|
| 89 |
+
COPY train_engine.py /app/train_engine.py
|
| 90 |
COPY start.sh /app/start.sh
|
| 91 |
RUN chmod +x /app/start.sh
|
| 92 |
|