Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 254 Bytes

example-server-setup

Example for setting up on any server. Run the following commands.

git clone [email protected]:mlberkeley/example-server-setup.git example
cd example
conda env create -f env.yml 
conda activate ml-starter
python main.py