kopia lustrzana https://github.com/jupyterhub/repo2docker
5 wiersze
117 B
Plaintext
5 wiersze
117 B
Plaintext
![]() |
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
# check that numpy isn't installed
|
||
|
test -z $(pip list | grep numpy | awk '{print $1}')
|