We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6758f commit 7ffdd4aCopy full SHA for 7ffdd4a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:19.10
+FROM ubuntu:18.04
2
3
# Install binary dependencies
4
RUN apt-get update && \
src/wrapper.cpp
@@ -3,6 +3,7 @@
#include <pybind11/numpy.h>
#include <pybind11/stl.h>
5
#include <pybind11/stl_bind.h>
6
+#include <fstream>
7
#include "seal/seal.h"
8
#include "base64.h"
9
0 commit comments