Skip to content

Commit

Permalink
add execute script
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Jun 27, 2024
1 parent 8e1a5f5 commit 459af51
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build_docker_image.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# Build the Docker image
sudo docker build -t qlib_image -f ./Dockerfile .

# Log in to Docker Hub
sudo docker login

# Tag the Docker image
sudo docker tag qlib_image linlanglv/qlib_image:stable

# Push the Docker image to Docker Hub
sudo docker push linlanglv/qlib_image:stable

0 comments on commit 459af51

Please sign in to comment.