See if this fixes docker workflow
This commit is contained in:
parent
2ac2edd2b7
commit
b6bf2643a7
4 changed files with 8 additions and 4 deletions
|
@ -15,6 +15,7 @@ RUN apt-get update && \
|
|||
apt-get install -y build-essential python3 python3-pip git
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY requirements requirements
|
||||
|
||||
RUN pip install --upgrade pip setuptools wheel \
|
||||
&& pip install -r requirements.txt
|
||||
|
|
|
@ -24,6 +24,7 @@ ARG ROCM_DOCKER_ARCH=\
|
|||
gfx1102
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY requirements requirements
|
||||
|
||||
RUN pip install --upgrade pip setuptools wheel \
|
||||
&& pip install -r requirements.txt
|
||||
|
|
|
@ -6,6 +6,7 @@ RUN apt-get update && \
|
|||
apt-get install -y build-essential python3 python3-pip git
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY requirements requirements
|
||||
|
||||
RUN pip install --upgrade pip setuptools wheel \
|
||||
&& pip install -r requirements.txt
|
||||
|
|
|
@ -24,6 +24,7 @@ ARG ROCM_DOCKER_ARCH=\
|
|||
gfx1102
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY requirements requirements
|
||||
|
||||
RUN pip install --upgrade pip setuptools wheel \
|
||||
&& pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue