Image base - ubuntu 18.04
Dependencies installed - python 3.7, virtualenv, locales, build and setup tools
Volume mount path (tentative) - /data
Container working directory (tentative) - /workspace
Container listens on port 80
@psfoley
pip doesn't have an official release of torch version 1.8.2, it requires an additional flag -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html to install this specific version.
cuda or cpu version of pytorch could be exported through pip freeze from the working machine and the packages from requirements will be installed while building the image.
volume and workspace paths are tentative. let me know the preferred path, will have them updated in the next commit.
Image base -
ubuntu 18.04
Dependencies installed -python 3.7, virtualenv, locales, build and setup tools
Volume mount path (tentative) -/data
Container working directory (tentative) -/workspace
Container listens onport 80
@psfoley
pip
doesn't have an official release of torch version1.8.2
, it requires an additional flag-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html
to install this specific version.cuda
orcpu
version of pytorch could be exported throughpip freeze
from the working machine and the packages from requirements will be installed while building the image.volume and workspace paths are tentative. let me know the preferred path, will have them updated in the next commit.