You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/recommended_workflow.md
+7
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ You should already have built the docker image as outlined [here](docker_build_i
18
18
cd docker
19
19
./docker_run.py
20
20
```
21
+
22
+
## Sourcing environment variables
23
+
You will need to set a few environment variables to add our modules to the `PYTHONPATH`. There are two aliased commands, `use_pytorch_dense_correspondence` and `use_director`.
24
+
25
+
-`use_pytorch_dense_correspondence` adds several modules to the `PYTHONPATH`. You will always need to source this.
26
+
-`use_director` adds `director` to the path. Make sure run this if using any scripts that rely on `director`.
27
+
21
28
## Launching a Jupyter notebook server inside the docker container
22
29
You are now inside the docker container. Run `terminator &` you will launch a new terminator with a blue background.
0 commit comments