Tensorflow-gpu easy insallation

conda create -n tensorflow-gpu conda activate tensorflow-gpu conda install -c conda-forge mamba mamba install -c conda-forge libtensorflow libtensorflow_cc tensorflow tensorflow-base tensorflow-gpu For Pixinsight usage: cat PixInsight.sh […] # edit accordingly: LD_LIBRARY_PATH=/home/user/miniconda2/envs/tensorflow-gpu/lib:${LD_LIBRARY_PATH}

ESXi v4.1 + Windows 10

Pues no, ESXi v4.1 no es compatible con Windows 10 (ni 8). Hay que usar este workaround: https://communities.vmware.com/thread/394669 Básicamente, consiste en que la VM en cuestión use esta rom: http://www.quintoblog.com/downloads/bios.440.rom y configurar la VM con estos parámetros adicionales: bios440.filename = «<full

Cmake

cmake -DCMAKE_INSTALL_PREFIX=/opt/soft .. make make install    # will install of CMAKE_INSTALL_PREFIX Other useful params: -DCMAKE_INSTALL_PREFIX=<directory> -DCMAKE_BUILD_TYPE=[Release|Debug|Maintainer|…] -L     # to list cache values (-DXXX, -DYYY, etc.)   see https://lemon.cs.elte.hu/trac/lemon/wiki/InstallLinux