elungky commited on
Commit
ff1b85e
·
1 Parent(s): 10e72c6

Fix PyTorch verification command in Dockerfile using heredoc for robust multi-line Python

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ WORKDIR /app
19
  RUN apt-get update && apt-get install -y --no-install-recommends \
20
  wget \
21
  git \
22
- build-essential \
23
  libgl1-mesa-glx \
24
  # Clean up apt cache to reduce image size
25
  && rm -rf /var/lib/apt/lists/*
 
19
  RUN apt-get update && apt-get install -y --no-install-recommends \
20
  wget \
21
  git \
22
+ build-essential \
23
  libgl1-mesa-glx \
24
  # Clean up apt cache to reduce image size
25
  && rm -rf /var/lib/apt/lists/*