We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8810 commit 7c0a6a8Copy full SHA for 7c0a6a8
other_files/aiclusteros/dockerfile
@@ -22,8 +22,7 @@ WORKDIR /home/$USERNAME
22
RUN git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm
23
24
RUN yay -Syu --noconfirm --devel --diffmenu=false --answerclean A --save
25
-RUN yay -Syu --noconfirm curl wget tmate-git fastfetch-git
26
-RUN yay -Syu --noconfirm python-git bash-completion-git tar-git
+RUN yay -Syu --noconfirm python tar curl wget tmate-git fastfetch-git bash-completion-git
27
RUN yay -Syu --noconfirm unzip zip tree nvidia-container-toolkit jq lolcat
28
RUN yay -Syu --noconfirm python-pyfiglet python-virtualenv
29
RUN yay -Syu --noconfirm python311 python310
0 commit comments