diff --git a/runway.yml b/runway.yml index 1bc967cc04aae12b4489ce9340842f243c69a913..e0269306e97425d75cb1cce65ef140cf1f360de4 100644 --- a/runway.yml +++ b/runway.yml @@ -10,5 +10,5 @@ files: ignore: - checkpoints/* build_steps: - - apt-get install -y cuda-toolkit-10-0 cuda-nvcc-10-0 + - apt-get install -y cuda-nvcc-10-0 cuda-toolkit-10-0 - pip install -r requirements.txt