Skip to content

Commit

Permalink
Merge pull request #46 from blooop/feature/create_dockerfile_option
Browse files Browse the repository at this point in the history
Feature/create dockerfile option
  • Loading branch information
blooop authored Jan 25, 2025
2 parents ab30e90 + 47b1f3f commit 06e1d58
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 238 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.rocker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM nvidia/opengl:1.0-glvnd-devel-ubuntu18.04 as glvnd
# Preamble from extension [x11]


FROM rockerc:latest
FROM ubuntu:22.04
USER root
# Snippet from extension [git]

Expand Down Expand Up @@ -42,13 +42,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
jq \
python3-pip \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# INSTALLING PIP DEPS: language-toolchain
RUN pip3 install -U \
hatch \
pip \
twine \
uv \
&& echo "pip"

# Snippet from extension [pixi]
RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down
Loading

0 comments on commit 06e1d58

Please sign in to comment.