You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The above command try to mount the current working directory (root directory of source code)
43
+
NOTE:
44
+
45
+
- The above command try to mount the current working directory (root directory of source code)
44
46
into :code:`/paddle` directory inside docker container.
45
47
48
+
- You need to pass in the required environment variable :code:`PYTHON_ABI` to specify a `Python ABI <https://www.python.org/dev/peps/pep-0425/#id8>`__.
49
+
Currently PaddlePaddle supported Python ABIs include :code:`cp27-cp27m` and :code:`cp27-cp27mu` .
50
+
46
51
When the compile finishes, you can get the output whl package under
47
52
build/python/dist, then you can choose to install the whl on local
0 commit comments