We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d3dfd commit 16fe68dCopy full SHA for 16fe68d
examples/docker_compose/Dockerfile-Service
@@ -14,10 +14,8 @@ WORKDIR /app
14
15
# Install python dependencies, only copying necessary files
16
COPY ./pyproject.toml MANIFEST.in ./
17
-RUN uv pip compile pyproject.toml -o requirements.txt
18
RUN --mount=type=cache,target=/root/.cache/uv \
19
- uv pip install -r requirements.txt && \
20
- uv pip install numpy ipykernel
+ uv sync
21
22
# Copy the project files and install the package itself
23
COPY ./grader_service ./grader_service
0 commit comments