Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Suk Ha committed Dec 28, 2023
1 parent 6989ecd commit c0b3375
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions _posts/2023-12-22-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,26 @@ Run from iterm (mac)

=> mac's 9090 port is tunneled to localhost (hotcake) 8000 port

---
---

Run from hotcake

`docker run -d --name api-server -p 8000:8000 part5-api-server`

=> localhost (hotcake) port 8000 is connected to container's 8000 port

---
---


Access to

http://localhost:9090/docs

from mac edge browser.
from mac edge browser


---


Use this for 1) MLflow Setup | ML Engineer를 위한 MLOps (mlops-for-mle.github.io)
Use this for 1 MLflow Setup | ML Engineer를 위한 MLOps (mlops-for-mle.github.io)

ssh -L 9091:localhost:5001 jun@hotcake

Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-12-27-etc.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If vscode doesn't recognize `zsh`, install it first.

## git branch output issue

https://stackoverflow.com/questions/68413744/my-integrated-vscode-terminal-zsh-opens-git-cli-when-i-type-in-git-branch
[link](https://stackoverflow.com/questions/68413744/my-integrated-vscode-terminal-zsh-opens-git-cli-when-i-type-in-git-branch)

`git config --global pager.branch false`

Expand Down

0 comments on commit c0b3375

Please sign in to comment.