Skip to content
Snippets Groups Projects
Commit 448cbb9e authored by Fortune Iriaye's avatar Fortune Iriaye
Browse files

Update file Dockerfile

parent facc25de
No related merge requests found
......@@ -9,7 +9,8 @@ ARG DEBIAN_FRONTEND="noninteractive"
RUN apt-get update -y
RUN apt-get install build-essential -y wget -y libboost-all-dev -y libeigen3-dev -y libgoogle-glog-dev -y libprotobuf-dev -y protobuf-compiler -y libhdf5-dev -y libatlas-base-dev -y python3-dev -y librdkit-dev -y python3-numpy -y python3-pip -y python3-pytest -y swig -y
RUN apt update ; apt upgrade -y ; apt-get -y install build-essential git wget libboost-all-dev libeigen3-dev libgoogle-glog-dev libprotobuf-dev protobuf-compiler libhdf5-dev libatlas-base-dev python3-dev librdkit-dev python3-numpy python3-pip python3-pytest libjsoncpp-dev
RUN apt-get update -y && apt-get install git-all -y curl && apt-get update -y
RUN apt-get update -y && apt-get install git-all -y curl && apt-get update -y/
RUN rm -rf /var/lib/apt/lists/*
RUN pip3 install cmake scikit-image pyquaternion google-api-python-client six
RUN pip3 install torch torchvision torchaudio
......
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