Skip to content

Commit

Permalink
change of base image, various changes to dockefiles, creation of buil…
Browse files Browse the repository at this point in the history
…d script
  • Loading branch information
Hyradus committed Jan 20, 2022
1 parent 592a025 commit d783591
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 34 deletions.
30 changes: 0 additions & 30 deletions Dockerfiles/IPU/ImageBuilder.sh

This file was deleted.

4 changes: 0 additions & 4 deletions Dockerfiles/IPU/jupyter.sh

This file was deleted.

9 changes: 9 additions & 0 deletions ImageBuilder.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
DOCKERFILE=IPU.Dockerfile

echo "\n-j Creating IPU:jupyter image"
IPU_IMAGE="ipu:jupyter"
docker build -t "$IPU_IMAGE" \
-f $PWD/Dockerfiles/$DOCKERFILE .

[ $? ] && echo "Docker image $IPU_IMAGE built."

0 comments on commit d783591

Please sign in to comment.