FL/docker
wx f322af6014 11111111 2025-02-14 15:31:09 +08:00
..
Dockerfile 11111111 2025-02-14 15:31:09 +08:00
README.md 11111111 2025-02-14 15:31:09 +08:00

README.md

How to use the Dcokerfile

  • Step 1

Modify the Dockerfile accorrding to the comment to build a basic pytorch environment

  • Step 2

Build the images using the command:

$ docker build -t flgo .

  • Note

  • Step 3

Create a container using the command:

$ docker run -itd --gpus all --network=host flgo /bin/bash