Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 23, 2024
1 parent 25e571a commit b6df893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ ARG URLLIB3_VERSION='>=1.26.5,<2'
# Build the composer image on the pytorch image
ARG COMPOSER_BASE=pytorch_stage

# The command that is passed to `pip install` -- e.g. `pip install "${COMPOSER_INSTALL_COMMAND}"`
ARG COMPOSER_INSTALL_COMMAND='mosaicml[all]'

#########################
# Build the PyTorch Image
#########################
Expand Down Expand Up @@ -343,4 +340,7 @@ ARG DEBIAN_FRONTEND=noninteractive
# Install Composer
##################

# The command that is passed to `pip install` -- e.g. `pip install "${COMPOSER_INSTALL_COMMAND}"`
ARG COMPOSER_INSTALL_COMMAND='mosaicml[all]'

RUN pip install "${COMPOSER_INSTALL_COMMAND}"

0 comments on commit b6df893

Please sign in to comment.