chore(components/pytorch): Add sqlalchemy pacakge to ax (#6340)
This commit is contained in:
parent
1828768f53
commit
9bec83f098
|
|
@ -27,7 +27,7 @@ implementation:
|
|||
- -ec
|
||||
- |
|
||||
# This is how additional packages can be installed dynamically
|
||||
python3 -m pip install --user --no-warn-script-location ax-platform
|
||||
python3 -m pip install --user --no-warn-script-location ax-platform SQLAlchemy
|
||||
# Run the rest of the command after installing the packages.
|
||||
"$0" "$@"
|
||||
- python3
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ implementation:
|
|||
- -ec
|
||||
- |
|
||||
# This is how additional packages can be installed dynamically
|
||||
python3 -m pip install --user --no-warn-script-location ax-platform
|
||||
python3 -m pip install --user --no-warn-script-location ax-platform SQLAlchemy
|
||||
# Run the rest of the command after installing the packages.
|
||||
"$0" "$@"
|
||||
- python3
|
||||
|
|
|
|||
Loading…
Reference in New Issue