Skip to content

Commit cc7ad27

Browse files
Update clr-loader and remove workaround
1 parent 1c3d849 commit cc7ad27

3 files changed

Lines changed: 1 addition & 146 deletions

File tree

DockerfileJupyter

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ RUN echo "if [ ! -d \"${WORK}Notebooks\" ]; then mkdir ${WORK}Notebooks; fi && \
4646
RUN chmod -R 777 ${WORK}
4747

4848
# Install clr-loader for PythonNet
49-
RUN pip install clr-loader==0.1.5
49+
RUN pip install clr-loader==0.1.6
5050

51-
# Work around for https://github.com/pythonnet/clr-loader/issues/8
52-
COPY fix_ffi_mono.py /opt/miniconda3/lib/python3.6/site-packages/clr_loader/ffi/mono.py
53-
COPY fix_mono.py /opt/miniconda3/lib/python3.6/site-packages/clr_loader/mono.py
5451
ENV LD_LIBRARY_PATH=/lib/
5552
RUN ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so
5653

Research/fix_ffi_mono.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

Research/fix_mono.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)