Skip to content

Commit 4fcafb3

Browse files
Mv .env
1 parent 857e3d4 commit 4fcafb3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.env

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
# - you will need to set the paths below as appropriate for your environment.
55
# We provide examples in the comments to give you an idea of the expected format.
66

7-
# Foundry install dir for checkpoints
8-
# Commented out by default since otherwise may be overridden by user export (load_dotenv(override=True) used at the moment)
9-
# TODO: Ensure override=False can be used.
10-
# FOUNDRY_CHECKPOINTS_DIR=
11-
127
# --- Mirrors to RCSB data ---
138

149
# The `PDB_MIRROR_PATH` is a path to a local mirror of the PDB database. It's
@@ -62,5 +57,8 @@ COLABFOLD_LOCAL_DB_PATH_CPU=
6257
# Network access (fallback; may cause IO-related issues)
6358
COLABFOLD_NET_DB_PATH_GPU=
6459
COLABFOLD_NET_DB_PATH_CPU=
65-
# FOUNDRY_CHECKPOINTS_DIR=
66-
# Example: /path/to/your/.foundry/checkpoints
60+
61+
# Foundry install dir for checkpoints
62+
# Commented out by default since otherwise may be overridden by user export (load_dotenv(override=True) used at the moment)
63+
# TODO: Ensure override=False can be used.
64+
# FOUNDRY_CHECKPOINTS_DIR=

0 commit comments

Comments
 (0)