Skip to content

Commit

Permalink
adding targets and carrier
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bristow committed Nov 12, 2022
1 parent 09033b5 commit f0f737e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ CONDA_PATH=/opt/miniconda3

# Docker
CONTAINER_REG_USER=jbris
CONTAINER_REG_NAME=tidymodels-mlflow-docker
CONTAINER_REG_NAME=tidymodels-mlflow-targets-docker
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY rocker_scripts/install_python.sh /rocker_scripts/install_python.sh

RUN /rocker_scripts/install_python.sh

RUN install2.r --error --skipmissing --skipinstalled -n -1 mlflow tidymodels
RUN install2.r --error --skipmissing --skipinstalled -n -1 mlflow tidymodels carrier targets

ARG CONDA_VERSION
ARG CONDA_PATH
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# tidymodels-mlflow-docker
Run tidyverse, tidymodels, and MLFlow within Docker
# tidymodels-mlflow-targets-docker

Run tidyverse, tidymodels, targets, carrier, and MLFlow within Docker

0 comments on commit f0f737e

Please sign in to comment.