Skip to content

Commit

Permalink
Seperate out build from run
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Aug 15, 2024
1 parent d5c541d commit 3344bc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run_container.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
set -ex
IMAGE=${IMAGE:-holdenk/hps:0.3}
VERSION=${VERSION:-0.4}
IMAGE=${IMAGE:-holdenk/hps:$VERSION}
export VERSION
export IMAGE
./build_container.sh
docker image pull $IMAGE
mkdir -p warehouse
mkdir -p iceberg-workshop
Expand Down

0 comments on commit 3344bc6

Please sign in to comment.