Skip to content
Snippets Groups Projects
Commit f8288f38 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

%post missing

parent ed6aad8d
Branches main
No related tags found
No related merge requests found
Bootstrap: docker
From: continuumio/miniconda3
%post
# update conda and the OS
conda update conda && \
conda upgrade --all -y && \
......@@ -17,6 +18,3 @@ eval "$(conda shell.bash hook)" && \
conda activate py310-pytorch && \
conda list --explicit > /tmp/conda-list--explicit.yml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment