Hyeonseo commited on
Commit
247dc1a
·
1 Parent(s): 61db289

Update env_set.py

Browse files
Files changed (1) hide show
  1. env_set.py +2 -2
env_set.py CHANGED
@@ -7,6 +7,6 @@ def env_set():
7
  subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
8
  subprocess.run(f"fc-cache -fv", shell=True)
9
  subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
10
- subprocess.run(f"apt-get install nodejs", shell=True)
11
- subprocess.run(f"npm install -g @marp-team/marp-cli", shell=True)
12
 
 
7
  subprocess.run(f"apt-get install -y fonts-nanum", shell=True)
8
  subprocess.run(f"fc-cache -fv", shell=True)
9
  subprocess.run(f"rm ~/.cache/matplotlib -rf", shell=True)
10
+ subprocess.run(f"docker pull marpteam/marp-cli", shell=True)
11
+ # subprocess.run(f"npm install -g @marp-team/marp-cli", shell=True)
12