Skip to content

Instantly share code, notes, and snippets.

View ilkersigirci's full-sized avatar

İlker SIĞIRCI ilkersigirci

View GitHub Profile
@ilkersigirci
ilkersigirci / sktime_pytorch.ipynb
Last active August 4, 2023 14:46
Sktime pytorch integration using skorch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ilkersigirci
ilkersigirci / Dockerfile
Created April 19, 2023 17:53
Obsidian Web with KasmVNC
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbullseye
RUN \
echo "**** install packages ****" && \
# Update and install extra packages.
apt-get update && \
apt-get install -y --no-install-recommends \
# Packages needed to download and extract obsidian.
curl \
libgtk-3-0 \
libnotify4 \
@ilkersigirci
ilkersigirci / pyproject.toml
Last active March 1, 2023 13:44
Poetry Test
[tool.poetry]
name = "poetry_test"
version = "0.0.0"
description = "Poetry Test"
readme = "README.md"
[tool.poetry.build]
generate-setup-file = false
[tool.poetry.dependencies]