Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
|
|
31 |
|
32 |
COPY . .
|
33 |
|
34 |
-
CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "app.py"]
|
|
|
31 |
|
32 |
COPY . .
|
33 |
|
34 |
+
CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/app.py"]
|