From 11b06bdcb375560f7d8a8692a147e43035dc373a Mon Sep 17 00:00:00 2001 From: Joschka Birk Date: Wed, 22 May 2024 13:57:39 +0200 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f8dd7c..2a2ffd3 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,11 @@ The recommended (and by us tested) way of running the code is to use the provided docker image at [`jobirk/omnijet` on DockerHub](https://hub.docker.com/repository/docker/jobirk/omnijet/general). The requirements listed in `docker/requirements.txt` are installed in the `conda` environment -of the base image, so you have to make sure that the `conda` environment is activated -when running the code. +`base` of the base image (official pytorch image). +Thus, you have to make sure that the `conda` environment is activated when running the code, +which can be done with `source /opt/conda/bin/activate`. -Thus, an interactive session can be started by running the following command: +An interactive session inside a container can be started by running the following command: ```shell # on a machine with Singularity