Skip to content

Commit

Permalink
Update Dockerfile to include new version with json files (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Apr 19, 2024
1 parent 75d513a commit 3fe96d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /home/$NB_USER
RUN conda create -n voice
SHELL ["conda", "run", "-n", "voice", "/bin/bash", "-c"]
RUN conda install python=3.11
RUN pip install --no-cache-dir b2aiprep==0.13.0 ipympl huggingface_hub[cli]
RUN pip install --no-cache-dir b2aiprep==0.14.0 torchvision ipympl huggingface_hub[cli]
RUN pip install ipykernel
RUN python -m ipykernel install --user --name voice --display-name "Python (voice)"

Expand Down Expand Up @@ -44,4 +44,4 @@ RUN rm gen3-client-linux-amd64.zip \
USER $NB_UID
WORKDIR /home/$NB_USER

COPY --chown=$NB_USER:$NB_GID init.sh .
COPY --chown=$NB_USER:$NB_GID init.sh .

0 comments on commit 3fe96d2

Please sign in to comment.