Commit b34f2c88 authored by nanahira's avatar nanahira

fix

parent 7b03de5d
Pipeline #17736 passed with stages
in 73 minutes and 32 seconds
......@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04
RUN apt update \
&& apt-key adv --fetch-keys \
&& apt install --no-install-recommends -y build-essential wget git curl unzip python3 python3-pip libgl1 libglib2.0-0 \
&& apt install --no-install-recommends -y build-essential wget git curl unzip python3 python3-pip python3-dev libgl1 libglib2.0-0 \
&& apt clean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* /var/log/*
RUN useradd -ms /bin/bash sd
......
Markdown is supported
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