alessandro trinca tornidor
commited on
Commit
•
d93d81f
1
Parent(s):
bbdd80f
[doc] fix README.md about FOLDERS_MAP variable in .env_source
Browse files
README.md
CHANGED
@@ -124,7 +124,7 @@ It's possible to use the project in a bare metal installation (not within a dock
|
|
124 |
- create a .env_source file (in this case `HOME=/home/jovyan`)
|
125 |
|
126 |
```bash
|
127 |
-
export
|
128 |
export WORKDIR="$HOME/workspace/samgis-lisa-on-cuda"
|
129 |
export XDG_CACHE_HOME="$HOME/.cache"
|
130 |
export PROJECT_ROOT_FOLDER="$HOME/"
|
|
|
124 |
- create a .env_source file (in this case `HOME=/home/jovyan`)
|
125 |
|
126 |
```bash
|
127 |
+
export FOLDERS_MAP='{"WORKDIR":"/home/jovyan/workspace/samgis-lisa-on-cuda","XDG_CACHE_HOME":"/home/jovyan/.cache","PROJECT_ROOT_FOLDER":"/home/jovyan/","MPLCONFIGDIR":"/home/jovyan/.cache/matplotlib","TRANSFORMERS_CACHE":"/home/jovyan/.cache/transformers","PYTORCH_KERNEL_CACHE_PATH":"/home/jovyan/.cache/torch/kernels","FASTAPI_STATIC":"/home/jovyan/workspace/samgis-lisa-on-cuda/static","VIS_OUTPUT":"/home/jovyan/workspace/samgis-lisa-on-cuda/vis_output"}'
|
128 |
export WORKDIR="$HOME/workspace/samgis-lisa-on-cuda"
|
129 |
export XDG_CACHE_HOME="$HOME/.cache"
|
130 |
export PROJECT_ROOT_FOLDER="$HOME/"
|