Skip to content

Setup a dev docker container with hatch#933

Merged
rosbo merged 3 commits intomainfrom
add-docker-hatch
Mar 3, 2026
Merged

Setup a dev docker container with hatch#933
rosbo merged 3 commits intomainfrom
add-docker-hatch

Conversation

@rosbo
Copy link
Contributor

@rosbo rosbo commented Feb 27, 2026

Similar to what we have for kagglehub.

See motivation in the bug description.

http://b/488403041

Similar to what we have for kagglehub.

See motivation in the bug description.

http://b/488403041
@rosbo rosbo changed the title Add docker hatch Setup a dev docker container with hatch Feb 27, 2026
.

set -x
docker run -it --rm -v $PWD:/working -v ~/.kaggle:/root/.kaggle -w /working ${DOCKER_IMAGE} "$@"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "-it" intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is to allow pseudo-TTY which enables running a shell via ./docker-hatch shell.

@rosbo rosbo merged commit 839967a into main Mar 3, 2026
5 checks passed
@rosbo rosbo deleted the add-docker-hatch branch March 3, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants