Skip to content

Instantly share code, notes, and snippets.

@MarkWalters-dev
Last active May 16, 2019 22:16
Show Gist options
  • Save MarkWalters-dev/0ff5f74a326511fe1c6b4d212ca54a1a to your computer and use it in GitHub Desktop.
Save MarkWalters-dev/0ff5f74a326511fe1c6b4d212ca54a1a to your computer and use it in GitHub Desktop.
jedie pybee docker test
set -xe
cat jpbd.sh
docker image ls -a
docker container ls -a
git clone https://github.com/jedie/pybee-docker.git
cd pybee-docker
./pull.sh
./build.sh
./version_info.sh
cd tests
./run_test.sh test_voc_turorial0.sh
./run_test.sh test_helloworld.sh
docker image ls -a
docker container ls -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment