Skip to content

Commit

Permalink
Bug/curl (#115)
Browse files Browse the repository at this point in the history
* Fix `curl` to always be verbose for debugging.

* Add comment that PyTorch runtime performance may be suboptimal in base Ubuntu and that using NVIDIA-provided images may be better.
  • Loading branch information
veritas9872 authored Apr 9, 2023
1 parent 0ed1758 commit 741f426
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ Different Docker Compose services are organized to serve different needs.
Docker. It installs all packages via `conda` by default and can optionally
install highly reproducible environments via `conda-lock`. Note that
`pip` packages can also be installed via `conda`. Also, the base image can
be configured to use images other than the Official Linux Docker images.
be configured to use images other than the Official Linux Docker images
by specifying the `BASE_IMAGE` argument directly in the `.env` file.
PyTorch runtime performance may be superior in official NVIDIA CUDA images.
**The `simple` service is recommended for users without compiled dependencies.**

The `Makefile` has been configured to take values specified in the `.env` file
Expand Down

0 comments on commit 741f426

Please sign in to comment.