Wednesday, October 9, 2019

Docker Build

docker build -t subratcall/myapp .

docker push subratcall/myapp

docker run -p 80:3000 -d subratcall/myapp

docker logs d3d6555b4f1bc1dd346f9a981dd23436a18a518c33dc649f45cd173c30e0387c

No comments:

How We Fix Misspelled Multilingual Queries with LLMs

  The rise of Large Language Models (LLMs) has generated significant excitement in the tech community. However, the real value lies in turni...