Skip to content

Commit ed864c0

Browse files
committed
Update dockerfiles for ctypesgen
1 parent 9f4e04d commit ed864c0

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

Dockerfile.cpu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ RUN pip --no-cache-dir install \
3131
contextlib2 \
3232
simplejson \
3333
pint \
34+
git+https://github.com/davidjamesca/ctypesgen.git@3d2d9803339503d2988382aa861b47a6a4872c32 \
3435
graphviz
3536

36-
RUN git clone https://github.com/MatthieuDartiailh/pyclibrary.git && \
37-
cd pyclibrary && \
38-
python setup.py install
39-
4037
ENV TERM xterm
4138

4239
# Build the library

Dockerfile.gpu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ RUN pip --no-cache-dir install \
3131
contextlib2 \
3232
simplejson \
3333
pint \
34+
git+https://github.com/davidjamesca/ctypesgen.git@3d2d9803339503d2988382aa861b47a6a4872c32 \
3435
graphviz
3536

36-
RUN git clone https://github.com/MatthieuDartiailh/pyclibrary.git && \
37-
cd pyclibrary && \
38-
python setup.py install
39-
4037
ENV TERM xterm
4138

4239
# Build the library

Dockerfile_prereq.gpu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ RUN pip --no-cache-dir install \
3131
contextlib2 \
3232
simplejson \
3333
pint \
34+
git+https://github.com/davidjamesca/ctypesgen.git@3d2d9803339503d2988382aa861b47a6a4872c32 \
3435
graphviz
3536

36-
RUN git clone https://github.com/MatthieuDartiailh/pyclibrary.git && \
37-
cd pyclibrary && \
38-
python setup.py install
39-
4037
ENV TERM xterm
4138

4239
# Build the library

0 commit comments

Comments
 (0)