Docker: Run install scripts with absolute paths #2076
This commit is contained in:
parent
fd1efa6817
commit
8db9006f07
1 changed files with 3 additions and 3 deletions
6
scripts/dist/Makefile
vendored
6
scripts/dist/Makefile
vendored
|
@ -17,11 +17,11 @@ clean:
|
|||
apt-get -y autoclean
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
gpu:
|
||||
./install-gpu.sh
|
||||
/scripts/install-gpu.sh
|
||||
tensorflow:
|
||||
./install-tensorflow.sh auto
|
||||
/scripts/install-tensorflow.sh auto
|
||||
davfs:
|
||||
./install-davfs.sh
|
||||
/scripts/install-davfs.sh
|
||||
nano:
|
||||
apt-get update
|
||||
apt-get -qq install nano
|
||||
|
|
Loading…
Reference in a new issue