Activate base env for conda-lock

This commit is contained in:
Abraham Gonzalez
2022-09-01 01:06:43 +00:00
parent 329cb9b289
commit 3efe0bbbae
3 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ SHELL ["/bin/bash", "-cl"]
# Initialize repo
RUN cd chipyard && \
export MAKEFLAGS=-"j $(nproc)" && \
conda activate base && \
./setup.sh --env-name chipyard --skip-validate
SHELL ["/opt/conda/bin/conda", "run", "-n", "chipyard", "/bin/bash", "-cl"]