Commit aa14302f authored by Roman Yurchak's avatar Roman Yurchak

Increment iodide/pyodide-env image to 0.3.0 also in run_docker

parent 4879b77e
#!/bin/sh
docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID=$GID -it iodide/pyodide-env:0.2.0 /bin/bash
docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID=$GID -it iodide/pyodide-env:0.3.0 /bin/bash
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment