Add diagram of current container dependencies

This commit is contained in:
Michael Hohn
2024-12-06 13:30:03 -08:00
committed by =Michael Hohn
parent e3e91534a0
commit c624925aba
4 changed files with 118 additions and 77 deletions

View File

@@ -20,7 +20,7 @@ WORKDIR /work-gh/mrva/mrvacommander/client/qldbtools/
RUN pip install --upgrade pip
# Install the required Python packages from requirements.txt
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
# Install qldbtools
RUN pip install .