Add diagram of current container dependencies
This commit is contained in:
committed by
=Michael Hohn
parent
e3e91534a0
commit
c624925aba
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user