jordancaraballo's picture
Changing github workflow for Docker
046eae9
raw
history blame
238 Bytes
FROM nasanccs/tensorflow-caney:latest
LABEL maintainer="[email protected]"
ENV TFC_VERSION=0.1.1
ENV WILDFIRE_OCCURRENCE_VERSION=main
RUN pip install wrf-python xwrf netCDF4 metpy Jinja2
HEALTHCHECK NONE
ENTRYPOINT [""]