We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fsspec[s3]
conda clean -afy
1 parent 5822761 commit 3f8f4edCopy full SHA for 3f8f4ed
deploy/bases/lightning/Dockerfile
@@ -48,6 +48,7 @@ RUN echo "TARGETARCH=$TARGETARCH" && \
48
apt-get autoremove -y && \
49
apt-get clean && \
50
rm -rf /root/.cache && \
51
- rm -rf /var/lib/apt/lists/* && \
+ rm -rf /var/lib/apt/lists/* && \
52
+ conda clean -afy && \
53
chgrp -R 0 /root && \
54
chmod -R g+rwX /root
deploy/bases/lightning/requirements.txt
@@ -5,6 +5,7 @@ future>=0.17.1
5
PyYAML>=5.1
6
tqdm>=4.57.0
7
fsspec[http]>=2021.06.1
8
+fsspec[s3]>=2021.06.1
9
10
# Examples
11
torchvision>=0.12.0
0 commit comments