Skip to content

Commit

Permalink
Force build packages by editing dockerfiles for envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharvin Jondhale committed Feb 1, 2025
1 parent 434d2aa commit 4a25f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN MAX_JOBS=4 pip install flash-attn==2.5.5 --no-build-isolation
# clean conda and pip caches
RUN rm -rf ~/.cache/pip

# dummy number to change when needing to force rebuild without changing the definition: 2
# dummy number to change when needing to force rebuild without changing the definition: 1
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ RUN pip install scikit-learn==1.5.1

# The below file is required for baking the code into the environment
COPY data_import_run.py /azureml/data_import/run.py
# dummy number to change when needing to force rebuild without changing the definition: 1
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ENV AZURE_ML_CLI_PRIVATE_FEATURES_ENABLED=True
RUN pip install gunicorn==22.0.0
RUN pip install certifi==2024.07.04
RUN pip install onnx==1.17.0
# dummy number to change when needing to force rebuild without changing the definition: 2
# dummy number to change when needing to force rebuild without changing the definition: 1

0 comments on commit 4a25f1b

Please sign in to comment.