Skip to content

Instantly share code, notes, and snippets.

# Dockerfile for tensorflow 2 with gpu
FROM dromni/nerfstudio:0.1.15
USER root
# Add local user binary folder to PATH variable.
ENV PATH="${PATH}:/root/.local/bin"
SHELL ["/bin/bash", "-c"]
# Upgrade pip and install packages.
3-1-7+43-18-18
Currently evaluating -------------------------------:
Tuesday, 18. January 2022 02:58PM
CPUs: 3, GPUs: 1 on r31n3.lisa.surfsara.nl.
GPU : NVIDIA GeForce GTX 1080 Ti
Currently evaluating -------------------------------:
Tuesday, 18. January 2022 02:58PM
CPUs: 3, GPUs: 1 on r31n3.lisa.surfsara.nl.
GPU : NVIDIA GeForce GTX 1080 Ti
Downloading https://www.cs.toronto.edu/~kriz/cifar-100-python.tar.gz to /home/lcur0493/data/cifar-100-python.tar.gz
@alvitawa
alvitawa / arch-usb-uefi.md
Created September 28, 2021 13:07 — forked from elerch/arch-usb-uefi.md
Installation of Arch Linux on a USB stick with UEFI and legacy BIOS Support

Our goal here is to have one USB stick to rule them all. Objectives:

  • We want a full system - not a live CD
  • We want to boot this system on a Macbook Pro (requires UEFI)
  • We want to boot this system on a Acer C720 Chromebook (requires Legacy BIOS support)
  • We want the system "functional"

The last bullet is subject to interpretation, but I'm defining functional as:

  • X Windows works (with LXDE)