Skip to content
Snippets Groups Projects
Commit 63749c6d authored by Wu, Cong Dr (PG/R - Comp Sci & Elec Eng)'s avatar Wu, Cong Dr (PG/R - Comp Sci & Elec Eng)
Browse files

Update Dockerfile

parent bc0315a9
No related branches found
No related tags found
No related merge requests found
FROM nvidia/cuda:11.2.0-cudnn8-devel-ubuntu20.04
RUN pip install einops oss2
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && apt-get install -y \
software-properties-common \
build-essential \
checkinstall \
cmake \
make \
pkg-config \
yasm \
git \
vim \
curl \
wget \
sudo \
apt-transport-https \
libcanberra-gtk-module \
libcanberra-gtk3-module \
dbus-x11 \
iputils-ping
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment