File tree Expand file tree Collapse file tree
TensorFlow/Recommendation/WideAndDeep Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ FROM ${FROM_IMAGE_NAME}
1919USER root
2020
2121# Spark dependencies
22- ENV APACHE_SPARK_VERSION 2. 3.1
22+ ENV APACHE_SPARK_VERSION 3.1.3
2323ENV HADOOP_VERSION 2.7
2424
2525RUN apt-get -y update && \
@@ -29,7 +29,7 @@ RUN apt-get -y update && \
2929
3030RUN cd /tmp && \
3131 wget -q http://archive.apache.org/dist/spark/spark-${APACHE_SPARK_VERSION}/spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz && \
32- echo "DC3A97F3D99791D363E4F70A622B84D6E313BD852F6FDBC777D31EAB44CBC112CEEAA20F7BF835492FB654F48AE57E9969F93D3B0E6EC92076D1C5E1B40B4696 *spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" | sha512sum -c - && \
32+ echo "34b2c6c5698c254181a020f9e0e5d29b3edeb3b99cd7f51105760b29681461e6e1bb0490c09d8b2005b5836f22d74251961939cad010ffc0d8de656d633b976e *spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz" | sha512sum -c - && \
3333 tar xzf spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz -C /usr/local --owner root --group root --no-same-owner && \
3434 rm spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
3535RUN cd /usr/local && ln -s spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION} spark
Original file line number Diff line number Diff line change 11git+https://github.com/NVIDIA/dllogger@v1.0.0#egg=dllogger
22ipdb == 0.13.9
3- pyspark == 2.3.2
3+ pyspark == 3.1.3
You can’t perform that action at this time.
0 commit comments