Skip to content

Commit 3f8f4ed

Browse files
committed
fix: add fsspec[s3] to lightning image, and conda clean -afy
1 parent 5822761 commit 3f8f4ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: deploy/bases/lightning/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN echo "TARGETARCH=$TARGETARCH" && \
4848
apt-get autoremove -y && \
4949
apt-get clean && \
5050
rm -rf /root/.cache && \
51-
rm -rf /var/lib/apt/lists/* && \
51+
rm -rf /var/lib/apt/lists/* && \
52+
conda clean -afy && \
5253
chgrp -R 0 /root && \
5354
chmod -R g+rwX /root

Diff for: deploy/bases/lightning/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ future>=0.17.1
55
PyYAML>=5.1
66
tqdm>=4.57.0
77
fsspec[http]>=2021.06.1
8+
fsspec[s3]>=2021.06.1
89

910
# Examples
1011
torchvision>=0.12.0

0 commit comments

Comments
 (0)