Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
0a35e4e8
Commit
0a35e4e8
authored
11 months ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[Dockerfile] Remove it
parent
01848ea0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!30
Use pixi
Pipeline
#85651
passed
11 months ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+0
-10
0 additions, 10 deletions
Dockerfile
with
0 additions
and
10 deletions
Dockerfile
deleted
100644 → 0
+
0
−
10
View file @
01848ea0
FROM
mambaorg/micromamba:focal-cuda-12.3.1
USER
root
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
nvidia-utils-545
&&
rm
-rf
/var/lib/apt/lists/
*
USER
$MAMBA_USER
COPY
--chown=$MAMBA_USER:$MAMBA_USER dist /tmp/dist
ENV
CONDA_OVERRIDE_CUDA=12.0
RUN
micromamba
install
--name
base
--yes
--override-channels
-c
/tmp/dist
-c
conda-forge
python
=
3.11 mednet
'pytorch=*=cuda120*'
&&
micromamba clean
--all
--yes
&&
rm
-rf
/tmp/dist
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