Skip to content

Conversation

xiu-cs
Copy link

@xiu-cs xiu-cs commented Apr 24, 2025

This pull request adds Docker support to the AmadeusGPT project, enabling easier containerized development and deployment.

Docker support:

  • Dockerfile creation: Added a Dockerfile that uses a PyTorch base image with CUDA support, sets up a Conda environment (amadeusGPT), installs required dependencies (hdf5, pytables, notebook, amadeusgpt, and deeplabcut), and configures the container to activate the environment on startup.

  • Makefile updates for Docker integration:

    • Added targets for building (build), running (run), and accessing (exec) the Docker container.
    • Defined build arguments (uid, gid, user_name) and volume mappings for seamless integration between the host and container environments.

This version of dockerfile passed the test using notebooks/MausHaus_demo.ipynb.

Test Steps:

  1. Set the "OPENAI_API_KEY" (first cell)
  2. Run each cell in the notebook

Copy link
Member

@MMathisLab MMathisLab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but I did not test

@MMathisLab
Copy link
Member

It would be nice to and docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants