Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.39 KB

symme_docker_images

Docker images from SYMME lab.

How to bluid the images

the scientific python image

execute the following command in the scientific_python directory:

sh build_image.sh

the scientific python image with cuda support

execute the following command in the scientific_python_cuda directory:

sh build_image.sh

An image for ortools

execute the following command in the ortools_python directory:

sh build_image.sh

Build images using Windows / WSL2

Pre-requisites

Build the images

  • Open the Ubuntu distribution in WSL
  • Clone this repository in the Ubuntu distribution (This is a way to avoid the problem of the line endings of the files formatted in Windows)
  • Go to the directory of the image you want to build by excuting the following command:
sh build_image.sh