MH0386 commited on
Commit
42f30df
·
verified ·
1 Parent(s): 06083d9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.13@sha256:28f60ab75da2183870846130cead1f6af30162148d3238348f78f89cf6160b5d AS builder
2
 
3
  SHELL ["/bin/bash", "-c"]
4
 
@@ -22,7 +22,7 @@ COPY . /app
22
  RUN --mount=type=cache,target=/root/.cache/uv \
23
  uv sync --no-dev --locked --no-editable
24
 
25
- FROM python:3.13-slim@sha256:6544e0e002b40ae0f59bc3618b07c1e48064c4faed3a15ae2fbd2e8f663e8283 AS production
26
 
27
  SHELL ["/bin/bash", "-c"]
28
 
 
1
+ FROM python:3.13@sha256:4ea77121eab13d9e71f2783d7505f5655b25bb7b2c263e8020aae3b555dbc0b2 AS builder
2
 
3
  SHELL ["/bin/bash", "-c"]
4
 
 
22
  RUN --mount=type=cache,target=/root/.cache/uv \
23
  uv sync --no-dev --locked --no-editable
24
 
25
+ FROM python:3.13-slim@sha256:4c2cf9917bd1cbacc5e9b07320025bdb7cdf2df7b0ceaccb55e9dd7e30987419 AS production
26
 
27
  SHELL ["/bin/bash", "-c"]
28