FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pipefunc/.devcontainer/Dockerfile at continue-on-errors · pipefunc/pipefunc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pipefunc
/
pipefunc
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
477
Code
Issues
28
Pull requests
47
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pipefunc
/
.devcontainer
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 586 Bytes
Breadcrumbs
pipefunc
/
.devcontainer
/
Dockerfile
Copy path
File metadata and controls
18 lines (14 loc) · 586 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ARG
UV_VERSION=0.7.2
ARG
DEBIAN_VERSION=bookworm
FROM
ghcr.io/astral-sh/uv:$UV_VERSION AS uv
FROM
mcr.microsoft.com/vscode/devcontainers/base:$DEBIAN_VERSION
LABEL
maintainer=
"Bas Nijholt <bas@nijho.lt>"
#
hadolint ignore=DL3008
RUN
apt-get update \
&& apt-get install -y --no-install-recommends \
graphviz \
#
To remove the image size, it is recommended refresh the package cache as follows
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY
--from=uv --chown=vscode: /uv /uvx /bin/
RUN
echo
"source /home/vscode/.venv/bin/activate"
>> /home/vscode/.bashrc
Back
|
FazBrowse Home
|
New Git URL