Skip to content

Commit

Permalink
cleanup comments in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkappel committed Oct 17, 2023
1 parent ac65b6c commit 0009e9b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ RUN conda init bash \
&& . ~/.bashrc \
&& conda create -n pvs_like_case_study_spark_local --file=pvs_like_case_study_spark_local_lock_no_jupyter.txt

# Final Stage: Copy from the previous stages
#FROM spark-base
# Stage 2: Start with the Apache Spark base image
FROM apache/spark as spark-base

# COPY --from=conda-base /opt/conda/envs/pvs_like_case_study_spark_local /opt/conda/envs/pvs_like_case_study_spark_local
COPY --from=conda-base /opt/conda /opt/conda
COPY --from=conda-base pvs_like_case_study_sample_data_spark_local.py pvs_like_case_study_spark_local_lock_no_jupyter.txt ./
COPY --from=conda-base pvs_like_case_study_sample_data_spark_local.py ./

# Set PATH for conda environment and conda itself
ENV PATH=/opt/conda/envs/pvs_like_case_study_spark_local/bin:/opt/conda/condabin:${PATH}
Expand Down

0 comments on commit 0009e9b

Please sign in to comment.