Newer
Older
if test "$1" = "-f"; then
RLCONTAINER=full
IMGNAME=inducer/relate-runcode-python-amd64-tf-opencl-loopy
else
RLCONTAINER=base
IMGNAME=inducer/relate-runcode-python-amd64
fi
cp ../course/page/code_feedback.py .
cp ../course/page/code_run_backend.py .
docker build --no-cache --build-arg RLCONTAINER="$RLCONTAINER" . -t $IMGNAME