Skip to content

Commit

Permalink
update syntax for env
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Sep 16, 2024
1 parent a5c7c36 commit 9be1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/onedal-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget --quiet \
bash Miniforge3* -b -p /opt/conda

# Put conda in path to use conda activate
ENV PATH=$CONDA_DIR/bin:$PATH
ENV PATH $CONDA_DIR/bin:$PATH

# Installing environment for base development dependencies
RUN .ci/env/apt.sh dev-base
Expand Down

0 comments on commit 9be1e40

Please sign in to comment.