seonglae commited on
Commit
dc23942
·
1 Parent(s): 119439f

feat: hf space corr-steer

Browse files
Files changed (1) hide show
  1. 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 the demo directory from the correct location
39
- # Since we're in CorrSteer/ context, we need to copy from parent
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