Skip to content

Instantly share code, notes, and snippets.

View wall72's full-sized avatar
💭
Just play !

Cliff W. Lee wall72

💭
Just play !
View GitHub Profile
@wall72
wall72 / install_TensorFlow_on_Windows_10_Bash.md
Last active December 31, 2021 20:12
install TensorFlow on Windows 10 Bash (include graphiclib)

install TensorFlow on Windows 10 Bash (include graphiclib)

1. install packages

sudo apt-get update
sudo apt-get install -y --no-install-recommends \
        build-essential \
        libfreetype6-dev \
        libpng12-dev \
        libzmq3-dev \
@wall72
wall72 / gist:2d74609e7e74e17a54b544af9c6b9a7b
Created December 28, 2021 00:09
Software Architecture 의사결정 : Java 버전 선정
Software Architecture 의사결정 : Java 버전 선정
0. 의사결정
- Java : Java 11
- 선정 사유
[가장 최근의 아키텍처로 안정화된 버전]
>> Java 8 은 너무 오래되고 현재 17 버전 출시
>> Java 17은 출시된지 얼마안되어 더 안정화 필요
@wall72
wall72 / install_Tensorflow_n_OpenAI_Gym_on_WSL.md
Last active May 16, 2017 06:19
install Tensorflow, OpenAI Gym on WSL

install Tensorflow, OpenAI Gym on WSL

1. uninstall lxrun

> lxrun /uninstall /full

2. run bash

3. update