Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,4 +44,4 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
|
|
44 |
# Copy rest of code
|
45 |
COPY . .
|
46 |
|
47 |
-
CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/
|
|
|
44 |
# Copy rest of code
|
45 |
COPY . .
|
46 |
|
47 |
+
CMD ["conda", "run", "--no-capture-output", "-n", "appenv", "python", "finetune/gradio_app.py"]
|