Spaces:
Running
on
A10G
Running
on
A10G
gabrielclark3330
commited on
Commit
•
ec4d5f7
1
Parent(s):
4d2f25c
Correct app to main
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -42,6 +42,6 @@ RUN python -m uv pip install --no-build-isolation git+https://github.com/Zyphra/
|
|
42 |
|
43 |
RUN python -m uv pip install gradio
|
44 |
|
45 |
-
COPY --chown=user
|
46 |
|
47 |
-
CMD ["python3", "
|
|
|
42 |
|
43 |
RUN python -m uv pip install gradio
|
44 |
|
45 |
+
COPY --chown=user main.py $HOME/app
|
46 |
|
47 |
+
CMD ["python3", "main.py"]
|