Sign in
apache
/
hamilton
/
refs/heads/fix_does
/
.
/
examples
/
Dockerfile
blob: e971452a0a35812d324458f11495dca1fc91ff4a [
file
] [
log
] [
blame
]
FROM python
:
3.9
.
14
-
slim
-
buster
RUN apt update
-
y
&&
\
apt install git openjdk
-
11
-
jdk
-
y
&&
\
git clone https
:
//github.com/stitchfix/hamilton.git --branch=main &&\
cd hamilton
/
examples
&&
\
bash make_python_virtualenv
.
sh
ENTRYPOINT
[
"/bin/bash"
]