Spaces:
Runtime error
Runtime error
Soutrik
commited on
Commit
·
ed5638a
1
Parent(s):
3580800
action runner
Browse files- install_docker.md +1 -0
install_docker.md
CHANGED
@@ -30,5 +30,6 @@ curl -o actions-runner-linux-x64-2.320.0.tar.gz -L https://github.com/actions/ru
|
|
30 |
echo "93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900 actions-runner-linux-x64-2.320.0.tar.gz" | shasum -a 256 -c
|
31 |
tar xzf ./actions-runner-linux-x64-2.320.0.tar.gz
|
32 |
./config.sh --url https://github.com/soutrik71/pytorch-template-aws --token A75IT2B6B7L22EQZFM6AZLLHFIVA2
|
|
|
33 |
./run.sh
|
34 |
```
|
|
|
30 |
echo "93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900 actions-runner-linux-x64-2.320.0.tar.gz" | shasum -a 256 -c
|
31 |
tar xzf ./actions-runner-linux-x64-2.320.0.tar.gz
|
32 |
./config.sh --url https://github.com/soutrik71/pytorch-template-aws --token A75IT2B6B7L22EQZFM6AZLLHFIVA2
|
33 |
+
# cd actions-runner/
|
34 |
./run.sh
|
35 |
```
|