Skip to content

Commit

Permalink
use miniforge3
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 10, 2023
1 parent 0eec720 commit 46768f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL=/bin/bash
CONDA_ENV_NAME=llm-cooperation
CONDA_ENV_FILE_DEV=./environment.yml
CONDA_ENV_FILE_PRODUCTION=./environment-frozen.yml
CONDA_DIR=$(HOME)/mambaforge
CONDA_DIR=$(HOME)/miniforge3
CONDA_BIN=mamba
CONDA_ACTIVATE=source $(CONDA_DIR)/etc/profile.d/conda.sh; source $(CONDA_DIR)/etc/profile.d/mamba.sh; $(CONDA_BIN) activate $(CONDA_ENV_NAME)

Expand Down

0 comments on commit 46768f2

Please sign in to comment.