diff --git a/Dockerfile b/Dockerfile index 45503e3..93833f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,5 +43,6 @@ WORKDIR /home/$USERNAME/src RUN echo "source activate yt8m" > ~/.bashrc RUN bash -c "source activate yt8m && pip install PyTorchHelperBot/." +RUN bash -c "source activate yt8m && pip install pyyaml" RUN bash \ No newline at end of file