Skip to content

Add Docker Support for AmadeusGPT #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

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

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.

1 participant