forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 0798119
This commit is contained in:
14
rednose_repo/Dockerfile
Normal file
14
rednose_repo/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y capnproto libcapnp-dev clang wget git autoconf libtool curl make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python3-openssl libeigen3-dev python3-pip python3-dev
|
||||
|
||||
WORKDIR /project
|
||||
|
||||
ENV PYTHONPATH=/project
|
||||
|
||||
COPY . .
|
||||
RUN rm -rf .git
|
||||
RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt
|
||||
RUN python3 setup.py install
|
||||
RUN scons -c && scons -j$(nproc)
|
||||
Reference in New Issue
Block a user