YannDubs / Neural-Process-Family

Code for the Neural Processes website and replication of 4 papers on NPs. Pytorch implementation.
https://yanndubs.github.io/Neural-Process-Family/
MIT License
202 stars 45 forks source link

Use $PWD instead of . in Docker command #4

Closed philippeitis closed 4 months ago

philippeitis commented 3 years ago

When trying to run the provided Docker commands, . raises errors, and replacing with $PWD is an equivalent fix and should work on most Linux distributions. It also seems like -d may not be the most appropriate option to have if running locally, since you may want to use the links that jupyter outputs, which -d supresses