Adrit Rao commited on
Commit
9a029c3
1 Parent(s): 1002976

Add application file v2

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -7,8 +7,6 @@ import subprocess
7
 
8
  # Define the commands
9
  commands = [
10
- "wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh",
11
- "bash miniconda.sh",
12
  "conda init",
13
  "cd Comp2Comp-main",
14
  "conda create -n c2c_env python=3.8",
 
7
 
8
  # Define the commands
9
  commands = [
 
 
10
  "conda init",
11
  "cd Comp2Comp-main",
12
  "conda create -n c2c_env python=3.8",