Skip to content

Commit

Permalink
fix import error for sklearn forecasting model (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrk04 authored Sep 17, 2024
1 parent 99c48b3 commit 0c4e238
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ RUN conda env create -p $AZUREML_CONDA_ENVIRONMENT_PATH -f conda_dependencies.ya
conda run -p $AZUREML_CONDA_ENVIRONMENT_PATH pip cache purge && \
conda clean -a -y
# dummy number to change when needing to force rebuild without changing the definition: 2

# Avoid ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AZUREML_CONDA_ENVIRONMENT_PATH

0 comments on commit 0c4e238

Please sign in to comment.