Spaces:
Running on CPU Upgrade

Tadashi commited on
Commit
38e2b58
·
unverified ·
1 Parent(s): fd7ad18

fix: revert default entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN --mount=type=ssh chown -R user:user /app
12
  RUN --mount=type=ssh chown -R user:user /usr/local/lib/python3.10
13
  USER user
14
 
15
- COPY sso_app_demo.py /app
16
  COPY data.zip /app
17
  RUN --mount=type=secret,id=KH_DEMO_MODE,mode=0444 \
18
  if [ -f "/run/secrets/KH_DEMO_MODE" ] && [ "$(cat /run/secrets/KH_DEMO_MODE)" = "true" ]; then \
 
12
  RUN --mount=type=ssh chown -R user:user /usr/local/lib/python3.10
13
  USER user
14
 
 
15
  COPY data.zip /app
16
  RUN --mount=type=secret,id=KH_DEMO_MODE,mode=0444 \
17
  if [ -f "/run/secrets/KH_DEMO_MODE" ] && [ "$(cat /run/secrets/KH_DEMO_MODE)" = "true" ]; then \