s
This commit is contained in:
parent
d00ed5ee0d
commit
dd8f7ba701
@ -18,6 +18,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN export SACRED_IGNORE_GIT=TRUE
|
RUN export SACRED_IGNORE_GIT=TRUE
|
||||||
|
|
||||||
RUN /bin/bash -c "source ~/.bashrc && mlflow run . -P epochs=10"
|
RUN /bin/bash -c "source ~/.bashrc && pyenv install 3.11.3 && pyenv global 3.11.3 && mlflow run . -P epochs=10"
|
||||||
|
|
||||||
CMD ["python3", "predictions.py"]
|
CMD ["python3", "predictions.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user