Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
containerize
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Studio R215
containerize
Commits
4878131d
Commit
4878131d
authored
3 weeks ago
by
Sebastian Karius
Browse files
Options
Downloads
Patches
Plain Diff
add requirements for Cython
parent
1a51a47a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/coder-ubuntu_22-python/Dockerfile
+2
-1
2 additions, 1 deletion
docker/coder-ubuntu_22-python/Dockerfile
docker/coder-ubuntu_24-python/Dockerfile
+2
-1
2 additions, 1 deletion
docker/coder-ubuntu_24-python/Dockerfile
with
4 additions
and
2 deletions
docker/coder-ubuntu_22-python/Dockerfile
+
2
−
1
View file @
4878131d
...
...
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get upgrade -y
RUN
apt-get
install
-y
git wget curl
# install python, pip and venv
RUN
apt-get
install
-y
python3 python3-pip python3-venv
# install python-dev and gcc for Cython
RUN
apt-get
install
-y
python3 python3-pip python3-venv python3-dev gcc
# install pipx
ENV
TZ=Europe/Berlin
...
...
This diff is collapsed.
Click to expand it.
docker/coder-ubuntu_24-python/Dockerfile
+
2
−
1
View file @
4878131d
...
...
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get upgrade -y
RUN
apt-get
install
-y
git wget curl
# install python, pip and venv
RUN
apt-get
install
-y
python3 python3-pip python3-venv cython3
# install python-dev and gcc for Cython
RUN
apt-get
install
-y
python3 python3-pip python3-venv python3-dev gcc
# install pipx
ENV
TZ=Europe/Berlin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment