Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDoukhan committed Feb 8, 2023
1 parent 877a3a4 commit 6b1a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# download models to be used by default
# this part is non mandatory, costs 500 Mo, and ease image usage
# this part is non mandatory, costs 15 Mo, and ease image usage
ARG u='https://github.com/ina-foss/inaSpeechSegmenter/releases/download/models/'
ADD ${u}keras_male_female_cnn.hdf5 \
${u}keras_speech_music_cnn.hdf5 \
Expand Down

0 comments on commit 6b1a0d7

Please sign in to comment.