conda create --name ollama python=3.10 -y && conda activate ollama &&
conda install -c apple tensorflow-deps -y && pip install tensorflow-macos && pip install tensorflow-metal && conda install notebook -y && pip install numpy --upgrade && pip install pandas --upgrade && pip install matplotlib --upgrade && pip install scikit-learn --upgrade && pip install scipy --upgrade && pip install plotly --upgrade && pip install jupyterlab &&
pip3 install chardet && conda activate ollama && sudo mkdir /Users/vitorcalvi/Desktop/JupyterNotebooks
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
FROM tensorflow/tensorflow:2.14.0-gpu | |
ARG BUILD_DATE | |
ENV PORT 8888 | |
LABEL org.opencontainers.image.authors="[email protected]" \ | |
org.opencontainers.image.vendor="Diego, Rincon-Yanez" \ | |
org.opencontainers.image.title="Tensorflow GPU Jupyter" \ | |
org.opencontainers.image.created=$BUILD_DATE \ | |
org.opencontainers.image.version="2.9.3" \ |
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
#### Source | |
https://robostack.github.io/GettingStarted.html#__tabbed_1_2 | |
# Install gazebo Mac | |
curl -ssL http://get.gazebosim.org | sh | |
# Create a ros-humble desktop environment | |
micromamba create -n ros_env -c conda-forge -c robostack-staging ros-humble-desktop | |
NewerOlder