Created
March 8, 2023 20:16
-
-
Save Mishco/128be374b0d77a61a550855308e3814e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG PYSPARK_VERSION=3.2.0 | |
RUN pip --no-cache-dir install pyspark==${PYSPARK_VERSION} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment