no meesage

11.7.0-cudnn8-devel-ubuntu18.04
mingzailao 2023-05-04 18:35:20 +08:00
parent e39e33f458
commit c4e29cac2f
1 changed files with 4 additions and 2 deletions

View File

@ -12,12 +12,14 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && \ RUN apt-get -y update && \
apt-get -y upgrade && \ apt-get -y upgrade && \
apt-get install -y python3-pip python3-dev apt-get install -y python3.8 python3-pip
RUN apt-get install -y locales git vim nano RUN apt-get install -y locales git vim nano
RUN apt-get install -y zsh && apt-get install -y curl RUN apt-get install -y zsh && apt-get install -y curl
RUN PATH="$PATH:/usr/bin/zsh" ENV PATH="$PATH:/usr/bin/zsh"
ENV PATH=/usr/bin:$PATH
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"