tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Use $SCRIPT_DIR to infer the location of ../docker and ../pip #29

Closed leandron closed 3 years ago

leandron commented 3 years ago

Previously it was necessary to create a "pip" directory manually to avoid this script to crash. This was because of the assumption made by the definition of $PIP_DIR.

With this change, we assume they will be at the same level as scripts.

Closes #20

leandron commented 3 years ago

cc @icemelon9 @tqchen