Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 8 lines (7 sloc) 317 Bytes
#!/usr/bin/env bash
# purpose: Run Docker image with Ubuntu 18.04 and Anaconda 3
# maintainer: Ravi Chandran
docker container run \
--volume $(pwd)/workdir:/workdir \
--rm -it --name anaconda anaconda_ubuntu1804:v1 \
|& tee "$(pwd)/workdir/$BASH_SOURCE.log"