MH0386 commited on
Commit
0b34b99
·
verified ·
1 Parent(s): 3e60f77

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
30
  ENV PATH=/app/.venv/bin:$PATH
31
 
32
  USER nonroot
 
33
  # Reset the entrypoint, don't invoke `uv`
34
  ENTRYPOINT []
35
 
 
30
  ENV PATH=/app/.venv/bin:$PATH
31
 
32
  USER nonroot
33
+
34
  # Reset the entrypoint, don't invoke `uv`
35
  ENTRYPOINT []
36