From 5dd2e4366545c4c14d4333312ec75bc14721ac31 Mon Sep 17 00:00:00 2001 From: Galen Seilis Date: Sat, 23 Nov 2024 13:17:10 -0800 Subject: [PATCH] fmt: Dockerfile Standardized spacing of elements following CMD. --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 007a6aafe2b..e239bc8e5ac 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -27,4 +27,4 @@ RUN echo "conda activate pymc-dev" >> ~/.bashrc && \ # For running from jupyter notebook EXPOSE 8888 -CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"] +CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser"]