Skip to content

Commit e249498

Browse files
Update install command for EC2 (#444)
1 parent 6a38fbc commit e249498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdgym/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ def _get_user_data_script(access_key, secret_key, region_name, script_content):
13641364
13651365
echo "======== Install Dependencies in venv ============"
13661366
pip install --upgrade pip
1367-
pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@main"
1367+
pip install sdgym[all]
13681368
pip install s3fs
13691369
13701370
echo "======== Write Script ==========="

0 commit comments

Comments
 (0)