File tree Expand file tree Collapse file tree 6 files changed +2
-159
lines changed Expand file tree Collapse file tree 6 files changed +2
-159
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ sudo ubuntu-drivers autoinstall
2020curl -s -L https://nvidia.GitHub.io/nvidia-docker/gpgkey | sudo apt-key add - && \
2121curl -s -L https://nvidia.GitHub.io/nvidia-docker/ubuntu18.04/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
2222sudo apt update && sudo apt install -y nvidia-container-toolkit
23-
24- sudo npm install -g git+https://github.com/iterative/cml.git#cml-runner
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77func Provider () * schema.Provider {
88 return & schema.Provider {
99 ResourcesMap : map [string ]* schema.Resource {
10- "iterative_machine" : resourceMachine (),
11- "iterative_runner" : resourceRunner (),
10+ "iterative_machine" : resourceMachine (),
11+ "iterative_cml_runner" : resourceRunner (),
1212 },
1313 DataSourcesMap : map [string ]* schema.Resource {},
1414 }
You can’t perform that action at this time.
0 commit comments