Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 946 Bytes

Build Docker Environment and use with GPU Support

Before you can use this Docker environment, you need to have the following:

  • Docker installed on your system
  • NVIDIA drivers installed on your system
  • NVIDIA Container Toolkit installed on your system

Build and Run

  1. Build docker image:
    docker build -t CraftsMan:latest .
  2. Start the docker container:
    docker run --gpus all -it CraftsMan:latest /bin/bash
  3. Clone the repository:
    git clone [email protected]:wyysf-98/CraftsMan.git

Troubleshooting

If you encounter any issues with the Docker environment with GPU support, please check the following:

  • Make sure that you have installed the NVIDIA drivers and NVIDIA Container Toolkit on your system.
  • Make sure that you have specified the --gpus all option when starting the Docker container.
  • Make sure that your deep learning application is configured to use the GPU.