mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-10 05:17:46 +08:00
Small fix to transporter run.sh
PiperOrigin-RevId: 276689803
This commit is contained in:
+2
-2
@@ -15,6 +15,6 @@
|
||||
|
||||
python3 -m venv transporter-venv
|
||||
source transporter-venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python3 transporter_test.py
|
||||
pip install -r transporter/requirements.txt
|
||||
python -m transporter.transporter_test
|
||||
deactivate
|
||||
|
||||
Reference in New Issue
Block a user