diff --git a/bird_cnn/Dockerfile b/bird_cnn/Dockerfile index e8bf591..4286652 100644 --- a/bird_cnn/Dockerfile +++ b/bird_cnn/Dockerfile @@ -20,4 +20,4 @@ RUN pip install torch torchvision torchaudio --index-url https://download.pytorc RUN chmod +x start_server.sh # Use the script as the container entrypoint -ENTRYPOINT ["./start_server.sh"] \ No newline at end of file +ENTRYPOINT ["bash", "./start_server.sh"] \ No newline at end of file