diff --git a/deploy/Dockerfile b/deploy/Dockerfile
index c95cf78bf17a048b0d10b95640b16df3ea628ade..b9b6f4d754fcf315ee0a78cd5803132452db71aa 100644
--- a/deploy/Dockerfile
+++ b/deploy/Dockerfile
@@ -26,6 +26,6 @@ RUN git clone https://github.com/NVIDIA/apex && \
 
 COPY entrypoint.sh .
 
-RUN chmod +x /workspace/entrypoint.sh
+RUN chmod +x /entrypoint.sh
 
-ENTRYPOINT ["/workspace/entrypoint.sh"]
\ No newline at end of file
+ENTRYPOINT ["/entrypoint.sh"]
\ No newline at end of file