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 / 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

@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 \