ncncomplete commited on
Commit
09e3e7a
·
verified ·
1 Parent(s): 19bef03

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -40,13 +40,6 @@ RUN if ! command -v uv >/dev/null 2>&1; then \
40
 
41
  # Install dependencies using uv sync
42
  # If uv.lock exists, use it; otherwise resolve on the fly
43
- RUN --mount=type=cache,target=/root/.cache/uv \
44
- if [ -f uv.lock ]; then \
45
- uv sync --frozen --no-install-project --no-editable; \
46
- else \
47
- uv sync --no-install-project --no-editable; \
48
- fi
49
-
50
  RUN --mount=type=cache,target=/root/.cache/uv \
51
  if [ -f uv.lock ]; then \
52
  uv sync --frozen --no-editable; \
 
40
 
41
  # Install dependencies using uv sync
42
  # If uv.lock exists, use it; otherwise resolve on the fly
 
 
 
 
 
 
 
43
  RUN --mount=type=cache,target=/root/.cache/uv \
44
  if [ -f uv.lock ]; then \
45
  uv sync --frozen --no-editable; \