Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
- pylock.toml +0 -0
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV UV_LINK_MODE=copy \
|
|
6 |
UV_COMPILE_BYTECODE=1 \
|
7 |
UV_PYTHON_DOWNLOADS=0
|
8 |
|
9 |
-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:
|
10 |
/uv /uvx /bin/
|
11 |
|
12 |
WORKDIR /app
|
|
|
6 |
UV_COMPILE_BYTECODE=1 \
|
7 |
UV_PYTHON_DOWNLOADS=0
|
8 |
|
9 |
+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:cda0fdc9b6066975ba4c791597870d18bc3a441dfc18ab24c5e888c16e15780c \
|
10 |
/uv /uvx /bin/
|
11 |
|
12 |
WORKDIR /app
|
pylock.toml
ADDED
The diff for this file is too large to render.
See raw diff
|
|