purged the visualizer

This commit is contained in:
2019-12-15 22:17:46 -08:00
parent 24ca380cbf
commit 27a1beff70
5 changed files with 16 additions and 92 deletions

View File

@@ -9,9 +9,9 @@ RUN pip3 install --no-cache \
meson==0.51.2 \
numpy==1.16.4 \
tensorflow==1.14.0 \
Flask==1.0.2 \
cython==0.29.14
RUN mkdir /workspace
COPY bridge.pyx library.py server.py meson.build main.c /workspace/
COPY bridge.pyx library.py meson.build main.c /workspace/
RUN cd /workspace && meson build && cd build && ninja
WORKDIR /workspace