Newer
Older
glx-docker-headless-gpu / build.sh
@ikko.k.kobayashi ikko.k.kobayashi on 3 Apr 2021 418 bytes bug fix
#!/bin/bash
if [ ! -e ./cuda-repo-ubuntu1804-11-2-local_11.2.2-460.32.03-1_amd64.deb ]; then
  wget https://developer.download.nvidia.com/compute/cuda/11.2.2/local_installers/cuda-repo-ubuntu1804-11-2-local_11.2.2-460.32.03-1_amd64.deb
fi
if [ ! -e ./AdditionalMaps_0.9.10.1.tar.gz ]; then
  wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/AdditionalMaps_0.9.10.1.tar.gz
fi

docker build -t carla0910a .