Spaces:
Sleeping
Sleeping
Commit
·
daf5ef3
1
Parent(s):
f58f618
removed private data
Browse files- docker/.env +0 -33
docker/.env
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
# The name of the docker-compose project
|
2 |
-
COMPOSE_PROJECT_NAME=dvats-macu
|
3 |
-
# The user ID you are using to run docker-compose
|
4 |
-
#G3 1004
|
5 |
-
#G4 1004
|
6 |
-
USER_ID=1004
|
7 |
-
# The group ID you are using to run docker-compose (you can get it with id -g in a terminal)
|
8 |
-
GROUP_ID=1004
|
9 |
-
# The user name assigned to the user id
|
10 |
-
USER_NAME=macu
|
11 |
-
# The port from which you want to access Jupyter lab
|
12 |
-
JUPYTER_PORT=8866
|
13 |
-
#127.0.0.1:8888
|
14 |
-
#http://127.0.0.1:8888/?token=c27a0876fb83515d508e140531ecabde308b5f6db9e5a0fa
|
15 |
-
# The token used to access (like a password)
|
16 |
-
JUPYTER_TOKEN=patataFeliz
|
17 |
-
# The path toz your data files to train/test the models
|
18 |
-
LOCAL_DATA_PATH=/home/macu/work_dir
|
19 |
-
# The W&B entity
|
20 |
-
WANDB_ENTITY=mi-santamaria
|
21 |
-
# The W&B project
|
22 |
-
WANDB_PROJECT=deepvats
|
23 |
-
# The W&B personal API key (see https://wandb.ai/authorize)
|
24 |
-
WANDB_API_KEY=c071bbe845e7da7f602d784bc088a9596206ba69
|
25 |
-
# List of comma separated GPU indices that will be available in the container (by default only 0, the first one)
|
26 |
-
CUDA_VISIBLE_DEVICES=1 #0,1,2
|
27 |
-
# Github PAT (see https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and>
|
28 |
-
GH_TOKEN=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
|
29 |
-
# Port in which you want Rstudio server to be deployed (for developing in the front end)
|
30 |
-
RSTUDIO_PORT=8867
|
31 |
-
# Password to access the Rstudio server
|
32 |
-
RSTUDIO_PASSWD=patataFeliz
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|