-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Dockerfile and compose.yml for new example structure and…
… environment variables; remove old viz.py
- Loading branch information
W. Meijer
committed
Nov 6, 2024
1 parent
3e2deee
commit d381615
Showing
4 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM python:3.12 | ||
|
||
|
||
COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv | ||
COPY --from=ghcr.io/astral-sh/uv:0.4.28 /uv /bin/uv | ||
|
||
WORKDIR /workdir | ||
|
||
COPY . . | ||
|
||
RUN uv pip install --system ".[examples]" | ||
RUN uv sync --extra examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters