Spaces:
Running
on
L40S
Running
on
L40S
Commit
·
ad7fdb8
1
Parent(s):
7a78fee
put the vid inside the dockerfile silly
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -146,7 +146,9 @@ COPY --chown=appuser:appuser one_shot_generation.py /home/appuser/app/one_shot_g
|
|
146 |
|
147 |
COPY --chown=appuser:appuser model_management.py /home/appuser/app/model_management.py
|
148 |
|
149 |
-
COPY
|
|
|
|
|
150 |
|
151 |
# Create docs directory and copy documentation files
|
152 |
COPY --chown=appuser:appuser docs/ /home/appuser/app/docs/
|
|
|
146 |
|
147 |
COPY --chown=appuser:appuser model_management.py /home/appuser/app/model_management.py
|
148 |
|
149 |
+
COPY documentation.html /app/documentation.html
|
150 |
+
|
151 |
+
COPY lil_demo_540p.mp4 /app/lil_demo_540p.mp4
|
152 |
|
153 |
# Create docs directory and copy documentation files
|
154 |
COPY --chown=appuser:appuser docs/ /home/appuser/app/docs/
|