Mod Dockerfile
This commit is contained in:
@@ -14,6 +14,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sed 's#/proc/sel
|
|||||||
ENV PATH=/opt/cargo/bin:$PATH
|
ENV PATH=/opt/cargo/bin:$PATH
|
||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
|
COPY requirements.txt ./
|
||||||
|
COPY tools/n64splat/requirements.txt ./tools/n64splat/requirements.txt
|
||||||
|
RUN cat requirements.txt
|
||||||
RUN python3 -m pip install -r requirements.txt
|
RUN python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /banjo
|
WORKDIR /banjo
|
||||||
|
Reference in New Issue
Block a user