feat: hf space corr-steer
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -35,9 +35,8 @@ COPY --chown=user server.py .
|
|
35 |
COPY --chown=user config.py .
|
36 |
COPY --chown=user features/ ./features/
|
37 |
|
38 |
-
# Copy
|
39 |
-
|
40 |
-
COPY --chown=user ../demo ./demo
|
41 |
|
42 |
# Install frontend dependencies and build
|
43 |
WORKDIR $HOME/app/demo
|
|
|
35 |
COPY --chown=user config.py .
|
36 |
COPY --chown=user features/ ./features/
|
37 |
|
38 |
+
# Copy frontend files
|
39 |
+
COPY --chown=user demo ./demo
|
|
|
40 |
|
41 |
# Install frontend dependencies and build
|
42 |
WORKDIR $HOME/app/demo
|