FeTS-AI / Challenge

The repo for the FeTS Challenge
https://www.synapse.org/#!Synapse:syn28546456
48 stars 30 forks source link

Build docker image - FETS Submission #185

Open sun1lach opened 2 years ago

sun1lach commented 2 years ago

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.

sarthakpati commented 2 months ago

@psfoley - can you please confirm if this is needed or not?

sun1lach commented 2 months ago

It's a pretty old PR, might not be relevant anymore or need a new approach. Can be closed but let's wait for @psfoley.