Skip to content

Commit

Permalink
Update openfl-tutorials/interactive_api/HPU/PyTorch_Kvasir_UNet/READM…
Browse files Browse the repository at this point in the history
…E.md

Co-authored-by: Patrick Foley <[email protected]>
  • Loading branch information
orionsBeltWest and psfoley authored Nov 9, 2023
1 parent 4c9fbbf commit ff400f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ This base container comes with HPU Pytorch packages already installed. Hence yo
Build the above container and then launch it using:

```
export Container_Image="myrepo_name:gaudi-docker-ubuntu20.04-openfl"
export GAUDI_DOCKER_IMAGE="gaudi-docker-ubuntu20.04-openfl"
docker build -t ${container_image} -f Dockerfile_Habana .
docker run --net host -id --name openfl_gaudi_run ${Container_Image} bash
docker build -t ${GAUDI_DOCKER_IMAGE} -f Dockerfile_Habana .
docker run --net host -id --name openfl_gaudi_run ${GAUDI_DOCKER_IMAGE} bash
```

Then access the container bash shell using:
Expand Down

0 comments on commit ff400f9

Please sign in to comment.