Spaces:
Runtime error
Runtime error
Commit
·
77aeb35
1
Parent(s):
ce63687
fix: env variable
Browse files- substra_launcher.py +1 -1
substra_launcher.py
CHANGED
@@ -27,7 +27,7 @@ SUBSTRA_ORG2_DISTR={hospital_b / 100}\
|
|
27 |
hf_api.upload_file(
|
28 |
repo_id=repo_id,
|
29 |
path_or_fileobj=ENV_FILE.encode(),
|
30 |
-
path_in_repo="
|
31 |
repo_type="space",
|
32 |
)
|
33 |
|
|
|
27 |
hf_api.upload_file(
|
28 |
repo_id=repo_id,
|
29 |
path_or_fileobj=ENV_FILE.encode(),
|
30 |
+
path_in_repo="substra_template/.env",
|
31 |
repo_type="space",
|
32 |
)
|
33 |
|