cdmikechen commented on PR #966:
URL: https://github.com/apache/submarine/pull/966#issuecomment-1157177927
```dockerfile
RUN python3 -m pip install --upgrade pip \
&& pip3 install fsspec pyarrow
```
Maybe add `no-cache-dir` to reduce image size? Otherwise, there will be
cache files downloaded by pip in the image which we don't need.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]