modelbuilderhq commited on
Commit
8cc33b8
·
verified ·
1 Parent(s): 539577c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -41,8 +41,7 @@ RUN if ! command -v uv >/dev/null 2>&1; then \
41
  # Install dependencies into a local virtualenv using the repo requirements file.
42
  RUN --mount=type=cache,target=/root/.cache/uv \
43
  uv venv .venv && \
44
- . .venv/bin/activate && \
45
- uv pip install -r requirements.txt
46
 
47
  # Final runtime stage
48
  FROM ${BASE_IMAGE}
 
41
  # Install dependencies into a local virtualenv using the repo requirements file.
42
  RUN --mount=type=cache,target=/root/.cache/uv \
43
  uv venv .venv && \
44
+ uv pip install --python .venv/bin/python -r requirements.txt
 
45
 
46
  # Final runtime stage
47
  FROM ${BASE_IMAGE}