Skip to content

Commit

Permalink
update stderr && stdout (tensorchord#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <kemingyang@tensorchord.ai>

Signed-off-by: Keming <kemingyang@tensorchord.ai>
  • Loading branch information
kemingy authored Oct 27, 2022
1 parent 4cab169 commit 441e5c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 5 additions & 4 deletions env/ianvs/build.envd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ def build():
install.apt_packages(name=["git", "libgl1-mesa-glx", "unzip"])
run(
commands=[
"cd /home/ && git clone https://github.com/kubeedge/ianvs.git",
"cd /home/ianvs && pip install -r requirements.txt",
"cd /home/ianvs && pip install ./examples/resources/third_party/*",
"cd /home/ianvs && python setup.py install",
"cd /home",
"git clone https://github.com/kubeedge/ianvs.git",
"pip install -r requirements.txt",
"pip install ./examples/resources/third_party/*",
"python setup.py install",
]
)
2 changes: 0 additions & 2 deletions src/monitoring.envd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def tensorboard(
str(envd_port),
"--host",
"0.0.0.0",
">>tensorboard.log",
"2>&1",
],
]
)
Expand Down
2 changes: 0 additions & 2 deletions src/notebook.envd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ def jupyter_lab(envd_port=8888, host_port=0, token="''"):
"-y",
"--ServerApp.token",
token,
">>jupyterlab.log",
"2>&1",
]
]
)

0 comments on commit 441e5c8

Please sign in to comment.