ElderResearch / gpu_docker

dockerfiles for our dc office gpu development machine
4 stars 2 forks source link

Add build-essential and swig packages to image #47

Closed trent-b closed 5 years ago

trent-b commented 5 years ago

In order to install SMAC3 (a state-of-the-art hyperparameter optimizer), I need build-essential and swig to be added to the docker image. They have to be installed with apt-get, not pip. See https://automl.github.io/SMAC3/stable/installation.html.

semperstew commented 5 years ago

@trent-b swig, build-essential, and smac have been installed. Closing this issue. Please re-open it if you run into problems with the installation.