This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@vps411446 ~]# docker run -v $OVPN_DATA:/etc/openvpn -p 1194:1194/udp --privileged -e DEBUG=1 kylemanna/openvpn | |
+ set -e | |
+ cd /etc/openvpn | |
+ USER_ARGS=("${@}") | |
+ ARGS=() | |
+ addArg --config /etc/openvpn/openvpn.conf | |
+ local arg=--config | |
+ '[' 2 -ge 1 ']' | |
+ local val=/etc/openvpn/openvpn.conf | |
+ hasArg --config |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------- | |
AttributeError Traceback (most recent call last) | |
/opt/conda/lib/python3.5/site-packages/theano/gof/op.py in __call__(self, *inputs, **kwargs) | |
624 try: | |
--> 625 storage_map[ins] = [self._get_test_value(ins)] | |
626 compute_map[ins] = [True] | |
/opt/conda/lib/python3.5/site-packages/theano/gof/op.py in _get_test_value(cls, v) | |
580 detailed_err_msg = utils.get_variable_trace_string(v) | |
--> 581 raise AttributeError('%s has no test value %s' % (v, detailed_err_msg)) |
OlderNewer