Modif de requirements.txt
This commit is contained in:
@@ -16,7 +16,7 @@ ENV PATH=/opt/cargo/bin:$PATH
|
|||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
|
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
|
||||||
RUN python3 -m pip install -r requirements.txt
|
RUN python3 -m pip install -r ./tools/n64splat/requirements.txt
|
||||||
|
|
||||||
WORKDIR /banjo
|
WORKDIR /banjo
|
||||||
ENTRYPOINT ["/bin/bash", "-c"]
|
ENTRYPOINT ["/bin/bash", "-c"]
|
||||||
|
Reference in New Issue
Block a user