Spaces:
Paused
Paused
Commit
•
ff5be78
1
Parent(s):
c0bb512
fix for the executable path
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -110,6 +110,8 @@ WORKDIR $HOME/app/gaussian-splatting-cuda
|
|
110 |
|
111 |
COPY --chown=user . $HOME/app/gaussian-splatting-cuda
|
112 |
|
|
|
|
|
113 |
RUN echo "Build ended at: $(date "+%Y-%m-%d %H:%M")"
|
114 |
|
115 |
EXPOSE 7860
|
|
|
110 |
|
111 |
COPY --chown=user . $HOME/app/gaussian-splatting-cuda
|
112 |
|
113 |
+
WORKDIR $HOME/app
|
114 |
+
|
115 |
RUN echo "Build ended at: $(date "+%Y-%m-%d %H:%M")"
|
116 |
|
117 |
EXPOSE 7860
|