Skip to content

Commit fdd3128

Browse files
authored
change ownership of build dir (#273)
1 parent 0e3e9d9 commit fdd3128

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/amd-docker.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ RUN git clone --recursive https://github.com/ROCm/aiter.git \
4848
&& sudo pip install -r requirements.txt \
4949
&& sudo python3 setup.py develop
5050

51+
RUN sudo mkdir -p /home/runner/aiter/aiter/jit/build \
52+
&& sudo chown -R runner:runner /home/runner/aiter/aiter/jit/build
53+
5154
RUN sudo pip install \
5255
ninja \
5356
numpy \

0 commit comments

Comments
 (0)