Skip to content

Commit 22fde7d

Browse files
author
Dilawar Singh
committed
Dockerfile is added to build wheels in this repo itself.
1 parent c08fb72 commit 22fde7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ FROM bhallalab/python-wheels:latest
44
MAINTAINER Dilawar Singh <[email protected]>
55
WORKDIR /root
66
COPY . /root/moose-core/
7-
RUN ./build_wheels_linux.sh
7+
RUN ./build_wheels.sh
8+
CMD [ "./build_wheels.sh" ]

0 commit comments

Comments
 (0)