Skip to content

Commit

Permalink
Keep nvcc for MSDeepSpeed Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
trsvchn committed Feb 27, 2021
1 parent e6950b1 commit d2bdf83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/msdp/Dockerfile.msdp-apex
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ RUN pip install --upgrade --no-cache-dir pytorch-ignite \
# replace pillow with pillow-simd
RUN apt-get update && apt-get -y install --no-install-recommends g++ && \
pip uninstall -y pillow && \
CC="cc -mavx2" pip install --upgrade --no-cache-dir --force-reinstall pillow-simd && \
apt-get remove -y g++ && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/*
CC="cc -mavx2" pip install --upgrade --no-cache-dir --force-reinstall pillow-simd

# Checkout Ignite examples only
RUN mkdir -p pytorch-ignite-examples && \
Expand Down

0 comments on commit d2bdf83

Please sign in to comment.