Skip to content

Commit c3adaf4

Browse files
committed
fix lint error
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 4e460c9 commit c3adaf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends --fix-missin
229229
python3-venv && \
230230
rm -rf /var/lib/apt/lists/*
231231

232+
WORKDIR /
232233
COPY venv-requirements.txt .
233234

234235
RUN python3 -m venv /home/venv && \

0 commit comments

Comments
 (0)