Skip to content

Commit

Permalink
Upgrade pip to the latest version to avoid warning messages (mage-ai#…
Browse files Browse the repository at this point in the history
  • Loading branch information
csharplus authored Oct 28, 2022
1 parent 68b0627 commit 9008928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG PIP=pip3
USER root

# Install Mage
RUN ${PIP} install --upgrade pip
RUN ${PIP} install "git+https://github.com/mage-ai/mage-ai.git#egg=mage-integrations&subdirectory=mage_integrations"
RUN ${PIP} install "mage-ai[all]"

Expand Down
1 change: 1 addition & 0 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN R -e "install.packages('pacman', repos='http://cran.us.r-project.org')"

# Install Python dependencies
COPY requirements.txt requirements.txt
RUN ${PIP} install --upgrade pip
RUN ${PIP} install -r requirements.txt
RUN ${PIP} install jupyterlab
RUN ${PIP} install "git+https://github.com/mage-ai/mage-ai.git#egg=mage-integrations&subdirectory=mage_integrations"
Expand Down

0 comments on commit 9008928

Please sign in to comment.