Spaces:
Running
Running
vidhanm
commited on
Commit
·
cb08759
1
Parent(s):
723d625
random changes in dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -15,6 +15,8 @@ RUN mkdir -p $HF_HOME && chmod -R 777 $HF_HOME
|
|
15 |
|
16 |
COPY app.py app.py
|
17 |
# Your new Gradio app.py that calls generate.py
|
18 |
-
|
|
|
|
|
19 |
EXPOSE 7860
|
20 |
CMD ["python", "-u", "app.py"]
|
|
|
15 |
|
16 |
COPY app.py app.py
|
17 |
# Your new Gradio app.py that calls generate.py
|
18 |
+
#changes to app.py should be made to use the nanoVLM library
|
19 |
+
# COPY static static
|
20 |
+
# COPY templates templates
|
21 |
EXPOSE 7860
|
22 |
CMD ["python", "-u", "app.py"]
|