Skip to content

Commit

Permalink
remove "source"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Nov 29, 2024
1 parent f4ca34d commit e49599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/becksteinlab/streaming-md-docker:main-common-cpu

COPY env.yaml env.yaml
RUN source /opt/conda/etc/profile.d/conda.sh && \
RUN . /opt/conda/etc/profile.d/conda.sh && \
conda env create -n workshop --file=env.yaml

COPY create_conda_user /opt/docker/bin/create_conda_user
Expand Down

0 comments on commit e49599b

Please sign in to comment.